diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-12-08 18:02:58 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-12-18 17:00:05 -0500 |
commit | 64c22d34fd28c711966c06936c8d8a8c4549394c (patch) | |
tree | 6c2b71494e6bbfc7184092884b38387d4bdd5747 /dev-libs/libcroco | |
parent | dev-libs/glib: drop redundant cross-compiled cache check (diff) | |
download | gentoo-64c22d34fd28c711966c06936c8d8a8c4549394c.tar.gz gentoo-64c22d34fd28c711966c06936c8d8a8c4549394c.tar.bz2 gentoo-64c22d34fd28c711966c06936c8d8a8c4549394c.zip |
dev-libs/libcroco: EAPI 7
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/libcroco')
-rw-r--r-- | dev-libs/libcroco/libcroco-0.6.13.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libcroco/libcroco-0.6.13.ebuild b/dev-libs/libcroco/libcroco-0.6.13.ebuild index 4208a3c7ceba..3ab0d95fc923 100644 --- a/dev-libs/libcroco/libcroco-0.6.13.ebuild +++ b/dev-libs/libcroco/libcroco-0.6.13.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -GNOME2_LA_PUNT="yes" +EAPI=7 inherit gnome2 multilib-minimal @@ -19,7 +18,8 @@ RDEPEND=" >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" dev-util/gtk-doc-am virtual/pkgconfig " @@ -50,6 +50,6 @@ multilib_src_install() { } multilib_src_install_all() { - DOCS="AUTHORS ChangeLog HACKING NEWS README TODO" + DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO ) einstalldocs } |