Gentoo Archives: gentoo-dev

From: Marek Szuba <marecki@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 5/5] gnome2.eclass: support EAPI 8
Date: Thu, 09 Dec 2021 13:26:00
Message-Id: 20211209132325.297913-6-marecki@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/5] EAPI-8 support in gnome2{,-utils}.eclass by Marek Szuba
1 Signed-off-by: Marek Szuba <marecki@g.o>
2 ---
3 eclass/gnome2.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
7 index c6d93a46bfe..0414d5cd5f3 100644
8 --- a/eclass/gnome2.eclass
9 +++ b/eclass/gnome2.eclass
10 @@ -4,7 +4,7 @@
11 # @ECLASS: gnome2.eclass
12 # @MAINTAINER:
13 # gnome@g.o
14 -# @SUPPORTED_EAPIS: 5 6 7
15 +# @SUPPORTED_EAPIS: 5 6 7 8
16 # @PROVIDES: gnome2-utils
17 # @BLURB: Provides phases for Gnome/Gtk+ based packages.
18 # @DESCRIPTION:
19 @@ -25,7 +25,7 @@ case ${EAPI} in
20 5)
21 EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install pkg_preinst pkg_postinst pkg_postrm
22 ;;
23 - 6|7)
24 + 6|7|8)
25 EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install pkg_preinst pkg_postinst pkg_postrm
26 ;;
27 *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
28 --
29 2.32.0