Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/
Date: Wed, 02 Dec 2020 02:05:42
Message-Id: 1606874723.c4497113b5aa94a9b2c9c182ce140ff7a6c4eca6.dilfridge@gentoo
1 commit: c4497113b5aa94a9b2c9c182ce140ff7a6c4eca6
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 18:26:58 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 02:05:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4497113
7
8 app-text/liblangtag: Add missing dependency
9
10 Closes: https://bugs.gentoo.org/729622
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 app-text/liblangtag/liblangtag-0.6.3.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild b/app-text/liblangtag/liblangtag-0.6.3.ebuild
18 index a9c9bdde4c3..cbc05a8ccc1 100644
19 --- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
20 +++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
21 @@ -16,6 +16,7 @@ IUSE="debug doc introspection static-libs test"
22
23 BDEPEND="
24 sys-devel/gettext
25 + sys-devel/libtool
26 doc? ( dev-util/gtk-doc )
27 introspection? ( dev-libs/gobject-introspection-common )
28 "