commit: bc50181c19d8f86a6fbba938f2715a977df2bb8a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 30 00:25:14 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 30 00:25:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc50181c
sys-libs/db: add missing autoconf-archive BDEPEND to 5.3.28-r8 Closes: https://bugs.gentoo.org/841698 Thanks-to: Joonas Niilola <juippis <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/db/db-5.3.28-r8.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-libs/db/db-5.3.28-r8.ebuild b/sys-libs/db/db-5.3.28-r8.ebuild index c7f5d0f6d288..133c241be4a6 100644 --- a/sys-libs/db/db-5.3.28-r8.ebuild +++ b/sys-libs/db/db-5.3.28-r8.ebuild @@ -38,6 +38,8 @@ REQUIRED_USE="test? ( tcl )" DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] ) test? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )" RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )" +# bug #841698 +BDEPEND="sys-devel/autoconf-archive" MULTILIB_WRAPPED_HEADERS=( /usr/include/db${SLOT}/db.h
