[gentoo-commits] repo/gentoo:master commit in: sys-apps/which/

2021-03-14 Thread Mike Gilbert
commit: 7ef4ea518b9bed6f1fef7c5ade4e695610c696e5
Author: David Michael  gmail  com>
AuthorDate: Sun Mar  7 16:36:57 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Mar 14 18:55:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef4ea51

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  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/which/which-2.21.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index a292cba0868..831688cf7c0 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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/which/

2021-01-06 Thread Fabian Groffen
commit: aeddaa335b490f30f1a3fbab5dd1d0fdbb3004b5
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 15:26:37 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 15:26:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeddaa33

sys-apps/which: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 sys-apps/which/which-2.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index 7e4ceb6d1f2..a292cba0868 100644
--- a/sys-apps/which/which-2.21.ebuild
+++ b/sys-apps/which/which-2.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 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 ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/which/

2020-12-27 Thread Fabian Groffen
commit: 49b4fbfa34e30e647c3b83d5491462f89b8f3a05
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 27 18:13:41 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 27 18:13:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b4fbfa

sys-apps/which: drop ppc-aix m68k-mint

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 sys-apps/which/which-2.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index d01775b4614..7e4ceb6d1f2 100644
--- a/sys-apps/which/which-2.21.ebuild
+++ b/sys-apps/which/which-2.21.ebuild
@@ -11,7 +11,7 @@ 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 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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 ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/which/

2019-05-04 Thread Mikle Kolyada
commit: e08caadeafc0f1864bd527800404b722b8efa0d5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May  4 11:52:27 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May  4 11:52:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08caade

sys-apps/which: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-apps/which/which-2.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index 6464f0d47d8..21dee4b2d6a 100644
--- a/sys-apps/which/which-2.21.ebuild
+++ b/sys-apps/which/which-2.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 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 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/which/

2017-12-02 Thread David Seifert
commit: 8a767885a969b5c801f3431753ebb19abbc61553
Author: David Seifert  gentoo  org>
AuthorDate: Sat Dec  2 14:06:24 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Dec  2 14:15:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a767885

sys-apps/which: Port to EAPI 6

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-apps/which/Manifest  | 2 +-
 sys-apps/which/which-2.21.ebuild | 7 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/sys-apps/which/Manifest b/sys-apps/which/Manifest
index 6b3a8cd0e8c..75aa5ac8b28 100644
--- a/sys-apps/which/Manifest
+++ b/sys-apps/which/Manifest
@@ -1 +1 @@
-DIST which-2.21.tar.gz 149305 SHA256 
f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad SHA512 
d2f04a5c5291f2d7d1226982da7cf999d36cfe24d3f7bda145508efcfb359511251d3c68b860c0ddcedd66b15a0587b648a35ab6d1f173707565305c506dfc61
 WHIRLPOOL 
e1712d2f2b48467300f5947d0a72c0cf759bc33001661ba41cd57cefe21cb9974cc318748d76ff73c71fb869c4d7a445973ad95777ab380f673c85095360fd57
+DIST which-2.21.tar.gz 149305 BLAKE2B 
355888b0dfe3e4e1679a8a9e1255a935fa48be220408abc441fae69fe0b26bd39e0544ed20e75497ed5bccaa75e788d9aec17007c668f15eaf6b1599faa131a0
 SHA512 
d2f04a5c5291f2d7d1226982da7cf999d36cfe24d3f7bda145508efcfb359511251d3c68b860c0ddcedd66b15a0587b648a35ab6d1f173707565305c506dfc61

diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index 8afa8dab529..4b01ed6b516 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
 }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/which/

2017-01-19 Thread Mike Frysinger
commit: 45a02921e23909be6b1da48f73d359b834152d5b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Jan 19 13:33:11 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jan 19 14:13:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a02921

sys-apps/which: mark 5.21 arm64/m68k/s390/sh stable

 sys-apps/which/which-2.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index cebcc53..3aaedc0 100644
--- a/sys-apps/which/which-2.21.ebuild
+++ b/sys-apps/which/which-2.21.ebuild
@@ -12,7 +12,7 @@ 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 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/which/

2017-01-17 Thread Lars Wendler
commit: 04dc29076bcf84784261b12ab3e5a7789a642fdd
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan 17 15:14:37 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan 17 16:22:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04dc2907

sys-apps/which: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/which/Manifest |  1 -
 sys-apps/which/which-2.20-r1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/sys-apps/which/Manifest b/sys-apps/which/Manifest
index 4ff718f..6b3a8cd 100644
--- a/sys-apps/which/Manifest
+++ b/sys-apps/which/Manifest
@@ -1,2 +1 @@
-DIST which-2.20.tar.gz 135372 SHA256 
d417b65c650d88ad26a208293c1c6e3eb60d4b6d847f01ff8f66aca63e2857f8 SHA512 
29445cd6072814d3a6179b53b8f9e7e3fc8a27b77315f2a04171e177397b91ff80a97db8806fc6b1f08dab8cbca6f208d9d7845858268b121b3af396a4a9062e
 WHIRLPOOL 
35ca3dfc47e6112a2827188b979bc19d369f69f5841dca445039036e6fa5423b0e4e9efddd370f92da16a3873523bf37f7bdf68b748fc78e5b7991290875c49d
 DIST which-2.21.tar.gz 149305 SHA256 
f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad SHA512 
d2f04a5c5291f2d7d1226982da7cf999d36cfe24d3f7bda145508efcfb359511251d3c68b860c0ddcedd66b15a0587b648a35ab6d1f173707565305c506dfc61
 WHIRLPOOL 
e1712d2f2b48467300f5947d0a72c0cf759bc33001661ba41cd57cefe21cb9974cc318748d76ff73c71fb869c4d7a445973ad95777ab380f673c85095360fd57

diff --git a/sys-apps/which/which-2.20-r1.ebuild 
b/sys-apps/which/which-2.20-r1.ebuild
deleted file mode 100644
index 640bfed..
--- a/sys-apps/which/which-2.20-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Prints out location of specified executables that are in your 
path"
-HOMEPAGE="https://carlowood.github.io/which/;
-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 s390 sh sparc 
x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~ia64-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() {
-   tc-export AR
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/which/

2016-06-03 Thread Markus Meier
commit: c4451c66109a6599b3b8a890b672dffafd9527e6
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Jun  4 04:49:39 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Jun  4 04:49:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4451c66

sys-apps/which: arm stable, bug #583942

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 sys-apps/which/which-2.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index 5722371..d8c5457 100644
--- a/sys-apps/which/which-2.21.ebuild
+++ b/sys-apps/which/which-2.21.ebuild
@@ -12,7 +12,7 @@ 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 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/which/

2016-05-27 Thread Lars Wendler
commit: 4a23448ca1d35637f0a3c6e38e709cdd856d7abf
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:26:14 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:45:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a23448c

sys-apps/which: amd64 stable (bug #583942).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/which/which-2.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index 3094eda..5722371 100644
--- a/sys-apps/which/which-2.21.ebuild
+++ b/sys-apps/which/which-2.21.ebuild
@@ -12,7 +12,7 @@ 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 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/which/

2016-05-26 Thread Lars Wendler
commit: e5599772c65024ffdb5a361da169df53403c3b55
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 19:46:40 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:04:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5599772

sys-apps/which: x86 stable (bug #583942).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/which/which-2.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index e1e5605..3094eda 100644
--- a/sys-apps/which/which-2.21.ebuild
+++ b/sys-apps/which/which-2.21.ebuild
@@ -12,7 +12,7 @@ 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 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/which/

2016-05-25 Thread Matt Turner
commit: 4f7d503329000993daa0c4902af135708d1e
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 25 04:59:53 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 25 06:27:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7d5888

sys-apps/which: alpha stable, bug 583942.

 sys-apps/which/which-2.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index 57ed935..e1e5605 100644
--- a/sys-apps/which/which-2.21.ebuild
+++ b/sys-apps/which/which-2.21.ebuild
@@ -12,7 +12,7 @@ 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 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/which/

2016-05-24 Thread Jeroen Roovers
commit: b1491efa9ac73853f2c8785026f6c8530eacdeea
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 25 05:15:17 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 25 05:15:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1491efa

sys-apps/which: Stable for HPPA PPC64 (bug #583942).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

 sys-apps/which/which-2.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index 6eabd01..57ed935 100644
--- a/sys-apps/which/which-2.21.ebuild
+++ b/sys-apps/which/which-2.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ 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 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 src_prepare() {