Gentoo Archives: gentoo-dev

From: "Marty E. Plummer" <hanetzer@×××××××××.com>
To: gentoo-dev@l.g.o
Cc: "Marty E. Plummer" <hanetzer@×××××××××.com>
Subject: [gentoo-dev] [PATCH 10/10] gnome2.eclass: enable EAPI 7
Date: Wed, 27 Jun 2018 01:33:04
Message-Id: 20180627012734.1319-11-hanetzer@startmail.com
In Reply to: [gentoo-dev] [PATCH 00/10] {gnome2,xdg}{,-utils}.eclass: EAPI 7 work by "Marty E. Plummer"
1 Package-Manager: Portage-2.3.40, Repoman-2.3.9
2 ---
3 eclass/gnome2.eclass | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
7 index 57eafcd451b..d49a9c21baf 100644
8 --- a/eclass/gnome2.eclass
9 +++ b/eclass/gnome2.eclass
10 @@ -22,7 +22,7 @@ case "${EAPI:-0}" in
11 4|5)
12 EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install pkg_preinst pkg_postinst pkg_postrm
13 ;;
14 - 6)
15 + 6|7)
16 EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install pkg_preinst pkg_postinst pkg_postrm
17 ;;
18 *) die "EAPI=${EAPI} is not supported" ;;
19 --
20 2.17.1