summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-29 13:16:02 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-29 13:16:02 +0100
commit6ecd28b10c8cf72f3f951bd9df1f5754daec7d9c (patch)
tree3a5ce69ed447ef204eee1c7a8ff3fb2e55b5f653 /net-libs
parentnet-print/cups-pk-helper: update EAPI 5 -> 8 (diff)
downloadgentoo-6ecd28b10c8cf72f3f951bd9df1f5754daec7d9c.tar.gz
gentoo-6ecd28b10c8cf72f3f951bd9df1f5754daec7d9c.tar.bz2
gentoo-6ecd28b10c8cf72f3f951bd9df1f5754daec7d9c.zip
net-libs/libzapojit: update EAPI 5 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild (renamed from net-libs/libzapojit/libzapojit-0.0.3.ebuild)11
1 files changed, 5 insertions, 6 deletions
diff --git a/net-libs/libzapojit/libzapojit-0.0.3.ebuild b/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
index d10dc3b24c72..fba7e8314bc6 100644
--- a/net-libs/libzapojit/libzapojit-0.0.3.ebuild
+++ b/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=8
inherit gnome2
@@ -11,8 +10,8 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libzapojit"
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="+introspection"
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
+IUSE="+introspection"
RDEPEND="
>=dev-libs/glib-2.28:2
@@ -23,7 +22,8 @@ RDEPEND="
introspection? ( >=dev-libs/gobject-introspection-1.30.0 )
"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
>=dev-util/gtk-doc-am-1.11
>=dev-util/intltool-0.35.0
sys-devel/gettext
@@ -34,6 +34,5 @@ DEPEND="${RDEPEND}
src_configure() {
gnome2_src_configure \
- --disable-static \
$(use_enable introspection)
}