gnome-base/gnome-menus: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2022-06-21 18:29:36 +02:00
parent 4b691a5211
commit ad75377e4e

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
EAPI=8
inherit gnome2
@@ -11,7 +11,6 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-menus"
LICENSE="GPL-2+ LGPL-2+"
SLOT="3"
KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="+introspection test"
RESTRICT="!test? ( test )"
@@ -20,17 +19,17 @@ RDEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
"
DEPEND="${RDEPEND}
>=sys-devel/gettext-0.19.4
virtual/pkgconfig
test? ( dev-libs/gjs )
"
BDEPEND="
>=sys-devel/gettext-0.19.4
virtual/pkgconfig
"
DOCS="AUTHORS ChangeLog HACKING NEWS README"
DOCS=( AUTHORS ChangeLog HACKING NEWS README )
src_configure() {
# Do NOT compile with --disable-debug/--enable-debug=no
# It disables api usage checks
gnome2_src_configure \
$(use_enable introspection) \
--disable-static
gnome2_src_configure $(use_enable introspection)
}