Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/make/
Date: Sat, 04 Aug 2018 13:51:55
Message-Id: 1533390699.5f32f7a6fc9d919d6812ce1a0eeecbf7ff59fa26.whissi@gentoo
1 commit: 5f32f7a6fc9d919d6812ce1a0eeecbf7ff59fa26
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 4 13:48:12 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 4 13:51:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f32f7a6
7
8 sys-devel/make: move stable keywords
9
10 Closes: https://bugs.gentoo.org/662730
11 Package-Manager: Portage-2.3.44, Repoman-2.3.10
12
13 sys-devel/make/make-4.2.1-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/make/make-4.2.1-r3.ebuild b/sys-devel/make/make-4.2.1-r3.ebuild
17 index ca1d92161ca..fe321202377 100644
18 --- a/sys-devel/make/make-4.2.1-r3.ebuild
19 +++ b/sys-devel/make/make-4.2.1-r3.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu//make/${P}.tar.bz2"
21
22 LICENSE="GPL-3+"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
26 IUSE="guile nls static"
27
28 CDEPEND="guile? ( >=dev-scheme/guile-1.8:= )"