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 09/10] xdg.eclass: enable EAPI 7
Date: Wed, 27 Jun 2018 01:33:00
Message-Id: 20180627012734.1319-10-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/xdg.eclass | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/eclass/xdg.eclass b/eclass/xdg.eclass
7 index fc4bee30ca5..78164993eb5 100644
8 --- a/eclass/xdg.eclass
9 +++ b/eclass/xdg.eclass
10 @@ -14,7 +14,7 @@
11 inherit xdg-utils
12
13 case "${EAPI:-0}" in
14 - 4|5|6)
15 + 4|5|6|7)
16 EXPORT_FUNCTIONS src_prepare pkg_preinst pkg_postinst pkg_postrm
17 ;;
18 *) die "EAPI=${EAPI} is not supported" ;;
19 --
20 2.17.1