commit: 358ba838570b14333cbc65b6dab96b6ffa21b352 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu May 5 14:06:56 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu May 5 14:26:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358ba838
dev-libs/newt: add missing bdep for sys-devel/gettext on 0.52.21_p2... Closes: https://bugs.gentoo.org/842654 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/newt/newt-0.52.21_p20210816.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/newt/newt-0.52.21_p20210816.ebuild b/dev-libs/newt/newt-0.52.21_p20210816.ebuild index 595cac42ebae..12d82f3d200c 100644 --- a/dev-libs/newt/newt-0.52.21_p20210816.ebuild +++ b/dev-libs/newt/newt-0.52.21_p20210816.ebuild @@ -29,6 +29,7 @@ RDEPEND=" tcl? ( >=dev-lang/tcl-8.5:0 ) " DEPEND="${RDEPEND}" +BDEPEND="sys-devel/gettext" PATCHES=( "${FILESDIR}"/${PN}-0.52.13-gold.patch
