diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-29 19:41:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-29 19:41:28 +0000 |
commit | 2c298720088d0e9cc5d8b3c5bb73924b136e3080 (patch) | |
tree | 8418bb7d5bc2d993ee6a7b3a97d97cbe3ec04714 /dev-util | |
parent | Stable for ppc64, wrt bug #472340 (diff) | |
download | gentoo-2-2c298720088d0e9cc5d8b3c5bb73924b136e3080.tar.gz gentoo-2-2c298720088d0e9cc5d8b3c5bb73924b136e3080.tar.bz2 gentoo-2-2c298720088d0e9cc5d8b3c5bb73924b136e3080.zip |
Stable for ppc64, wrt bug #472186
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ninja/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ninja/ninja-1.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ninja/ChangeLog b/dev-util/ninja/ChangeLog index 67e6565490f1..00ce23443847 100644 --- a/dev-util/ninja/ChangeLog +++ b/dev-util/ninja/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ninja # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.19 2013/06/26 12:01:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.20 2013/06/29 19:41:28 ago Exp $ + + 29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> ninja-1.3.3.ebuild: + Stable for ppc64, wrt bug #472186 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> ninja-1.3.3.ebuild: Stable for arm, wrt bug #472186 diff --git a/dev-util/ninja/ninja-1.3.3.ebuild b/dev-util/ninja/ninja-1.3.3.ebuild index ab139621bc80..79dacd3febf2 100644 --- a/dev-util/ninja/ninja-1.3.3.ebuild +++ b/dev-util/ninja/ninja-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.3.3.ebuild,v 1.5 2013/06/26 12:01:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.3.3.ebuild,v 1.6 2013/06/29 19:41:28 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 ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" + KEYWORDS="alpha amd64 arm ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" fi DESCRIPTION="A small build system similar to make." |