Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/make/
Date: Sun, 27 Dec 2020 18:18:21
Message-Id: 1609093076.17adae1affba5f1740443d71f28e9269c8700b71.grobian@gentoo
1 commit: 17adae1affba5f1740443d71f28e9269c8700b71
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 18:17:56 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 18:17:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17adae1a
7
8 sys-devel/make: drop ppc-aix m68k-mint
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 sys-devel/make/make-4.2.1-r4.ebuild | 2 +-
14 sys-devel/make/make-4.3.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-devel/make/make-4.2.1-r4.ebuild b/sys-devel/make/make-4.2.1-r4.ebuild
18 index 75ab98a32a7..e285a6b2b94 100644
19 --- a/sys-devel/make/make-4.2.1-r4.ebuild
20 +++ b/sys-devel/make/make-4.2.1-r4.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu//make/${P}.tar.bz2"
22
23 LICENSE="GPL-3+"
24 SLOT="0"
25 -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"
26 +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"
27 IUSE="guile nls static"
28
29 CDEPEND="guile? ( >=dev-scheme/guile-1.8:= )"
30
31 diff --git a/sys-devel/make/make-4.3.ebuild b/sys-devel/make/make-4.3.ebuild
32 index 7fa4cf16a3f..82ec364fbba 100644
33 --- a/sys-devel/make/make-4.3.ebuild
34 +++ b/sys-devel/make/make-4.3.ebuild
35 @@ -11,7 +11,7 @@ if [[ "$(ver_cut 3)" -ge 90 ]] ; then
36 SRC_URI="mirror://gnu-alpha//make/${P}.tar.gz"
37 else
38 SRC_URI="mirror://gnu//make/${P}.tar.gz"
39 - 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"
40 + 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"
41 fi
42 LICENSE="GPL-3+"
43 SLOT="0"