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: Wed, 06 Jan 2021 15:32:24
Message-Id: 1609947117.621f1fa364504be0da8981d2c7e5845a905f4a42.grobian@gentoo
1 commit: 621f1fa364504be0da8981d2c7e5845a905f4a42
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 15:31:57 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 15:31:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621f1fa3
7
8 sys-devel/make: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, 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 | 4 ++--
14 sys-devel/make/make-4.3.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 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 e285a6b2b94..7879250d9da 100644
19 --- a/sys-devel/make/make-4.2.1-r4.ebuild
20 +++ b/sys-devel/make/make-4.2.1-r4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu//make/${P}.tar.bz2"
28
29 LICENSE="GPL-3+"
30 SLOT="0"
31 -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"
32 +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"
33 IUSE="guile nls static"
34
35 CDEPEND="guile? ( >=dev-scheme/guile-1.8:= )"
36
37 diff --git a/sys-devel/make/make-4.3.ebuild b/sys-devel/make/make-4.3.ebuild
38 index 6695e87f0b3..6f8771ce9ab 100644
39 --- a/sys-devel/make/make-4.3.ebuild
40 +++ b/sys-devel/make/make-4.3.ebuild
41 @@ -11,7 +11,7 @@ if [[ "$(ver_cut 3)" -ge 90 ]] ; then
42 SRC_URI="mirror://gnu-alpha//make/${P}.tar.gz"
43 else
44 SRC_URI="mirror://gnu//make/${P}.tar.gz"
45 - 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"
46 + 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"
47 fi
48 LICENSE="GPL-3+"
49 SLOT="0"