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 08/10] gnome2-utils.eclass: enable EAPI 7
Date: Thu, 21 Jun 2018 05:14:15
Message-Id: 20180621050950.9162-9-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-utils.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass
7 index b2569ce11ed..8d3359013b7 100644
8 --- a/eclass/gnome2-utils.eclass
9 +++ b/eclass/gnome2-utils.eclass
10 @@ -18,7 +18,7 @@
11 inherit eutils xdg-utils
12
13 case "${EAPI:-0}" in
14 - 0|1|2|3|4|5|6) ;;
15 + 0|1|2|3|4|5|6|7) ;;
16 *) die "EAPI=${EAPI} is not supported" ;;
17 esac
18
19 @@ -92,7 +92,7 @@ gnome2_environment_reset() {
20 # Ensure we don't rely on dconf/gconf while building, bug #511946
21 export GSETTINGS_BACKEND="memory"
22
23 - if has ${EAPI:-0} 6; then
24 + if has ${EAPI:-0} 6 7; then
25 # Try to cover the packages honoring this variable, bug #508124
26 export GST_INSPECT="$(type -P true)"
27
28 --
29 2.17.1