diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-31 15:59:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-31 15:59:30 +0000 |
commit | 053af405988c5cf47c2551a3b4d882b67458e298 (patch) | |
tree | 25d53b7b53f20e579cf59b1ba2109dc3d1fa21f0 /dev-util/ninja | |
parent | Stable for ppc64, wrt bug #525252 (diff) | |
download | gentoo-2-053af405988c5cf47c2551a3b4d882b67458e298.tar.gz gentoo-2-053af405988c5cf47c2551a3b4d882b67458e298.tar.bz2 gentoo-2-053af405988c5cf47c2551a3b4d882b67458e298.zip |
Stable for ppc64, wrt bug #525658
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util/ninja')
-rw-r--r-- | dev-util/ninja/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ninja/ninja-1.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ninja/ChangeLog b/dev-util/ninja/ChangeLog index d3f5836a4944..d86d45f4446b 100644 --- a/dev-util/ninja/ChangeLog +++ b/dev-util/ninja/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ninja # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.35 2014/10/30 14:05:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.36 2014/10/31 15:59:30 ago Exp $ + + 31 Oct 2014; Agostino Sarubbo <ago@gentoo.org> ninja-1.5.1.ebuild: + Stable for ppc64, wrt bug #525658 30 Oct 2014; Agostino Sarubbo <ago@gentoo.org> ninja-1.5.1.ebuild: Stable for amd64, wrt bug #525658 diff --git a/dev-util/ninja/ninja-1.5.1.ebuild b/dev-util/ninja/ninja-1.5.1.ebuild index 15b080daca8b..154a354dc5b1 100644 --- a/dev-util/ninja/ninja-1.5.1.ebuild +++ b/dev-util/ninja/ninja-1.5.1.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/dev-util/ninja/ninja-1.5.1.ebuild,v 1.5 2014/10/30 14:05:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild,v 1.6 2014/10/31 15:59:30 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [ "${PV}" = "999999" ]; then KEYWORDS="" else SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm ~arm64 ~m68k ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha amd64 arm ~arm64 ~m68k ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi DESCRIPTION="A small build system similar to make" |