commit: 64c22d34fd28c711966c06936c8d8a8c4549394c
Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Tue Dec 8 23:02:58 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 22:00:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c22d34
dev-libs/libcroco: EAPI 7
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/libcroco/libcroco-0.6.13.ebuild | 8 ++++----
1 file 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 4208a3c7ceb..3ab0d95fc92 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
}