Skip to content

Commit

Permalink
dev-libs/libcroco: EAPI 7
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dm0- authored and mattst88 committed Dec 18, 2020
1 parent b973a74 commit 64c22d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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

Expand All @@ -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
"
Expand Down Expand Up @@ -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
}

0 comments on commit 64c22d3

Please sign in to comment.