diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-10-05 21:59:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-10-05 21:59:17 +0000 |
commit | ed1be3de106fc74eef474c93cf28cf9e9c910b94 (patch) | |
tree | c6ff40ce669122783688bc3ad52038ad6526f558 /sys-devel | |
parent | Sign manifest (connection interrupted during repoman commit). (diff) | |
download | gentoo-2-ed1be3de106fc74eef474c93cf28cf9e9c910b94.tar.gz gentoo-2-ed1be3de106fc74eef474c93cf28cf9e9c910b94.tar.bz2 gentoo-2-ed1be3de106fc74eef474c93cf28cf9e9c910b94.zip |
Stable for HPPA (bug #524530).
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-devel')
-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 937c7e0fd8a6..83cc783c4851 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.121 2014/10/05 19:02:36 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.122 2014/10/05 21:59:17 jer Exp $ + + 05 Oct 2014; Jeroen Roovers <jer@gentoo.org> make-4.0-r1.ebuild: + Stable for HPPA (bug #524530). 05 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> make-4.0-r1.ebuild: amd64 stable wrt bug #524530 diff --git a/sys-devel/make/make-4.0-r1.ebuild b/sys-devel/make/make-4.0-r1.ebuild index 1fff5af2ea14..4ca2822c83b2 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.4 2014/10/05 19:02:36 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-4.0-r1.ebuild,v 1.5 2014/10/05 21:59:17 jer 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 )" |