summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-02 15:06:24 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-02 15:15:50 +0100
commit8a767885a969b5c801f3431753ebb19abbc61553 (patch)
treeb1793d324e1c5bbd983f6c15ce26e3e0751967ca /sys-apps/which/which-2.21.ebuild
parentsys-apps/x86info: Port to EAPI 6 (diff)
downloadgentoo-8a767885a969b5c801f3431753ebb19abbc61553.tar.gz
gentoo-8a767885a969b5c801f3431753ebb19abbc61553.tar.bz2
gentoo-8a767885a969b5c801f3431753ebb19abbc61553.zip
sys-apps/which: Port to EAPI 6
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'sys-apps/which/which-2.21.ebuild')
-rw-r--r--sys-apps/which/which-2.21.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index 8afa8dab5298..4b01ed6b5168 100644
--- a/sys-apps/which/which-2.21.ebuild
+++ b/sys-apps/which/which-2.21.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="4"
+EAPI=6
inherit flag-o-matic toolchain-funcs
@@ -14,11 +14,8 @@ SLOT="0"
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"
IUSE=""
-src_prepare() {
- append-lfs-flags
-}
-
src_configure() {
+ append-lfs-flags
tc-export AR
default
}