summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-12-09 13:14:08 +0000
committerMarek Szuba <marecki@gentoo.org>2021-12-13 10:05:57 +0000
commitf4a37e43b243cd8d7b57d61deb3490605e541640 (patch)
tree12e9eee7a60161981fab7e00e6df152587a9d17a /eclass
parentgnome2.eclass: standardise the EAPI guard (diff)
downloadgentoo-f4a37e43b243cd8d7b57d61deb3490605e541640.tar.gz
gentoo-f4a37e43b243cd8d7b57d61deb3490605e541640.tar.bz2
gentoo-f4a37e43b243cd8d7b57d61deb3490605e541640.zip
gnome2.eclass: support EAPI 8
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnome2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index c6d93a46bfe4..0414d5cd5f3a 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.eclass
@@ -4,7 +4,7 @@
# @ECLASS: gnome2.eclass
# @MAINTAINER:
# gnome@gentoo.org
-# @SUPPORTED_EAPIS: 5 6 7
+# @SUPPORTED_EAPIS: 5 6 7 8
# @PROVIDES: gnome2-utils
# @BLURB: Provides phases for Gnome/Gtk+ based packages.
# @DESCRIPTION:
@@ -25,7 +25,7 @@ case ${EAPI} in
5)
EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install pkg_preinst pkg_postinst pkg_postrm
;;
- 6|7)
+ 6|7|8)
EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install pkg_preinst pkg_postinst pkg_postrm
;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;