Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/which/
Date: Sat, 02 Dec 2017 14:16:11
Message-Id: 1512224150.8a767885a969b5c801f3431753ebb19abbc61553.soap@gentoo
1 commit: 8a767885a969b5c801f3431753ebb19abbc61553
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 14:06:24 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 14:15:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a767885
7
8 sys-apps/which: Port to EAPI 6
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 sys-apps/which/Manifest | 2 +-
13 sys-apps/which/which-2.21.ebuild | 7 ++-----
14 2 files changed, 3 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-apps/which/Manifest b/sys-apps/which/Manifest
17 index 6b3a8cd0e8c..75aa5ac8b28 100644
18 --- a/sys-apps/which/Manifest
19 +++ b/sys-apps/which/Manifest
20 @@ -1 +1 @@
21 -DIST which-2.21.tar.gz 149305 SHA256 f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad SHA512 d2f04a5c5291f2d7d1226982da7cf999d36cfe24d3f7bda145508efcfb359511251d3c68b860c0ddcedd66b15a0587b648a35ab6d1f173707565305c506dfc61 WHIRLPOOL e1712d2f2b48467300f5947d0a72c0cf759bc33001661ba41cd57cefe21cb9974cc318748d76ff73c71fb869c4d7a445973ad95777ab380f673c85095360fd57
22 +DIST which-2.21.tar.gz 149305 BLAKE2B 355888b0dfe3e4e1679a8a9e1255a935fa48be220408abc441fae69fe0b26bd39e0544ed20e75497ed5bccaa75e788d9aec17007c668f15eaf6b1599faa131a0 SHA512 d2f04a5c5291f2d7d1226982da7cf999d36cfe24d3f7bda145508efcfb359511251d3c68b860c0ddcedd66b15a0587b648a35ab6d1f173707565305c506dfc61
23
24 diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
25 index 8afa8dab529..4b01ed6b516 100644
26 --- a/sys-apps/which/which-2.21.ebuild
27 +++ b/sys-apps/which/which-2.21.ebuild
28 @@ -1,7 +1,7 @@
29 # Copyright 1999-2017 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31
32 -EAPI="4"
33 +EAPI=6
34
35 inherit flag-o-matic toolchain-funcs
36
37 @@ -14,11 +14,8 @@ SLOT="0"
38 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 IUSE=""
40
41 -src_prepare() {
42 - append-lfs-flags
43 -}
44 -
45 src_configure() {
46 + append-lfs-flags
47 tc-export AR
48 default
49 }