diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-11-03 06:05:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-11-03 06:05:56 +0000 |
commit | 1ca8d79e93aec3e8a380d153b18c32f9a347056f (patch) | |
tree | 9643b0c7a71e8fd3b21f7b7451c60518c4059a8d /sys-devel/make | |
parent | Update SRC_URI to use GNU mirror. (diff) | |
download | gentoo-2-1ca8d79e93aec3e8a380d153b18c32f9a347056f.tar.gz gentoo-2-1ca8d79e93aec3e8a380d153b18c32f9a347056f.tar.bz2 gentoo-2-1ca8d79e93aec3e8a380d153b18c32f9a347056f.zip |
Mark arm64/m68k/s390/sh stable.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel/make')
-rw-r--r-- | sys-devel/make/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/make/make-4.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog index f1a7e1bd72a5..d9596522aaaa 100644 --- a/sys-devel/make/ChangeLog +++ b/sys-devel/make/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/make # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.126 2014/11/03 06:05:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.127 2014/11/03 06:05:56 vapier Exp $ + + 03 Nov 2014; Mike Frysinger <vapier@gentoo.org> make-4.0-r1.ebuild: + Mark arm64/m68k/s390/sh stable. 03 Nov 2014; Mike Frysinger <vapier@gentoo.org> make-3.80-r4.ebuild: Update SRC_URI to use GNU mirror. diff --git a/sys-devel/make/make-4.0-r1.ebuild b/sys-devel/make/make-4.0-r1.ebuild index ff29e9b0478a..e261b34b69ff 100644 --- a/sys-devel/make/make-4.0-r1.ebuild +++ b/sys-devel/make/make-4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-4.0-r1.ebuild,v 1.7 2014/10/16 18:30:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-4.0-r1.ebuild,v 1.8 2014/11/03 06:05:56 vapier Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu//make/${P}.tar.bz2" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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="guile nls static" CDEPEND="guile? ( >=dev-scheme/guile-1.8 )" |