commit: c4497113b5aa94a9b2c9c182ce140ff7a6c4eca6 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Dec 1 18:26:58 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Dec 2 02:05:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4497113
app-text/liblangtag: Add missing dependency Closes: https://bugs.gentoo.org/729622 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> app-text/liblangtag/liblangtag-0.6.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild b/app-text/liblangtag/liblangtag-0.6.3.ebuild index a9c9bdde4c3..cbc05a8ccc1 100644 --- a/app-text/liblangtag/liblangtag-0.6.3.ebuild +++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild @@ -16,6 +16,7 @@ IUSE="debug doc introspection static-libs test" BDEPEND=" sys-devel/gettext + sys-devel/libtool doc? ( dev-util/gtk-doc ) introspection? ( dev-libs/gobject-introspection-common ) "
