diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-03-07 11:36:57 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-03-14 14:55:10 -0400 |
commit | 7ef4ea518b9bed6f1fef7c5ade4e695610c696e5 (patch) | |
tree | 4c19c5d0cfb52dcd2dc611d6e1086a9c40292c5b /sys-apps | |
parent | sys-apps/groff: EAPI 7 (diff) | |
download | gentoo-7ef4ea518b9bed6f1fef7c5ade4e695610c696e5.tar.gz gentoo-7ef4ea518b9bed6f1fef7c5ade4e695610c696e5.tar.bz2 gentoo-7ef4ea518b9bed6f1fef7c5ade4e695610c696e5.zip |
sys-apps/which: EAPI 7
Closes: https://bugs.gentoo.org/774705
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/which/which-2.21.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild index a292cba08689..831688cf7c05 100644 --- a/sys-apps/which/which-2.21.ebuild +++ b/sys-apps/which/which-2.21.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic toolchain-funcs @@ -12,7 +12,6 @@ SRC_URI="https://carlowood.github.io/which/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" src_configure() { append-lfs-flags |