diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-07 12:17:26 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-07 12:17:42 +0200 |
commit | 4ae8ecb6633db778e26cf1c62e6b1c5d4fa6783a (patch) | |
tree | b22bfeb396d1cfd7f43e5d837059f8e98d2876d0 /app-text/gtkspell | |
parent | dev-python/lazr-config: Bump, add python 3.7/3.8, remove python 2. (diff) | |
download | gentoo-4ae8ecb6633db778e26cf1c62e6b1c5d4fa6783a.tar.gz gentoo-4ae8ecb6633db778e26cf1c62e6b1c5d4fa6783a.tar.bz2 gentoo-4ae8ecb6633db778e26cf1c62e6b1c5d4fa6783a.zip |
app-text/gtkspell: add back gtk-doc-am bdepend for now
We still have a gtk-doc-am stable version that provides the
gtkdoc-rebase benefits; so keep dep dep around for, and we
can go on a global scale gtk-doc-am bdep (for when it's for
the rebase tool, not m4 file) removal spree once the
python-based gtk-doc is stable and perl-based removed.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.16-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild index bc0747bea5fb..167691bf5c7b 100644 --- a/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild @@ -18,6 +18,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2 >=app-text/enchant-1.1.6:0" DEPEND="${RDEPEND} + dev-util/gtk-doc-am >=dev-util/intltool-0.35.0 virtual/pkgconfig" |