Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 774705
Collapse All | Expand All

(-)a/sys-apps/which/which-2.21.ebuild (-3 / +1 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=7
5
5
6
inherit flag-o-matic toolchain-funcs
6
inherit flag-o-matic toolchain-funcs
7
7
Lines 12-18 SRC_URI="https://carlowood.github.io/which/${P}.tar.gz" Link Here
12
LICENSE="GPL-3"
12
LICENSE="GPL-3"
13
SLOT="0"
13
SLOT="0"
14
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"
14
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"
15
IUSE=""
16
15
17
src_configure() {
16
src_configure() {
18
	append-lfs-flags
17
	append-lfs-flags
19
- 

Return to bug 774705