Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gtkspell/
Date: Fri, 07 Feb 2020 10:19:18
Message-Id: 1581070662.4ae8ecb6633db778e26cf1c62e6b1c5d4fa6783a.leio@gentoo
1 commit: 4ae8ecb6633db778e26cf1c62e6b1c5d4fa6783a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 10:17:26 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 7 10:17:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae8ecb6
7
8 app-text/gtkspell: add back gtk-doc-am bdepend for now
9
10 We still have a gtk-doc-am stable version that provides the
11 gtkdoc-rebase benefits; so keep dep dep around for, and we
12 can go on a global scale gtk-doc-am bdep (for when it's for
13 the rebase tool, not m4 file) removal spree once the
14 python-based gtk-doc is stable and perl-based removed.
15
16 Package-Manager: Portage-2.3.84, Repoman-2.3.20
17 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
18
19 app-text/gtkspell/gtkspell-2.0.16-r1.ebuild | 1 +
20 1 file changed, 1 insertion(+)
21
22 diff --git a/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild
23 index bc0747bea5f..167691bf5c7 100644
24 --- a/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild
25 +++ b/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild
26 @@ -18,6 +18,7 @@ IUSE=""
27 RDEPEND="x11-libs/gtk+:2
28 >=app-text/enchant-1.1.6:0"
29 DEPEND="${RDEPEND}
30 + dev-util/gtk-doc-am
31 >=dev-util/intltool-0.35.0
32 virtual/pkgconfig"