diff options
author | Markus Meier <maekke@gentoo.org> | 2015-03-24 20:14:14 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-03-24 20:14:14 +0000 |
commit | 5f17a399d9b4c8bddca210201b98f5c760cfe901 (patch) | |
tree | e27735638cdd8976fe1d19c7d2e4f4b7b2c8a29f /sys-devel | |
parent | arm stable, bug #541048 (diff) | |
download | gentoo-2-5f17a399d9b4c8bddca210201b98f5c760cfe901.tar.gz gentoo-2-5f17a399d9b4c8bddca210201b98f5c760cfe901.tar.bz2 gentoo-2-5f17a399d9b4c8bddca210201b98f5c760cfe901.zip |
arm stable, bug #540868
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/make/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/make/make-4.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog index bd679e01f264..dc151ee96f1e 100644 --- a/sys-devel/make/ChangeLog +++ b/sys-devel/make/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/make # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.139 2015/03/16 00:28:00 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.140 2015/03/24 20:14:14 maekke Exp $ + + 24 Mar 2015; Markus Meier <maekke@gentoo.org> make-4.1-r1.ebuild: + arm stable, bug #540868 16 Mar 2015; Matt Turner <mattst88@gentoo.org> make-4.1-r1.ebuild: alpha stable, bug 540868. diff --git a/sys-devel/make/make-4.1-r1.ebuild b/sys-devel/make/make-4.1-r1.ebuild index dc91187b9843..caa1d5020d4a 100644 --- a/sys-devel/make/make-4.1-r1.ebuild +++ b/sys-devel/make/make-4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-4.1-r1.ebuild,v 1.8 2015/03/16 00:28:00 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-4.1-r1.ebuild,v 1.9 2015/03/24 20:14:14 maekke 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 )" |