commit: 6ecd28b10c8cf72f3f951bd9df1f5754daec7d9c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 29 12:16:02 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 12:16:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecd28b1
net-libs/libzapojit: update EAPI 5 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{libzapojit-0.0.3.ebuild => libzapojit-0.0.3-r1.ebuild} | 11 +++++------
1 file 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
similarity index 87%
rename from net-libs/libzapojit/libzapojit-0.0.3.ebuild
rename to 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)
}