diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-05 12:05:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-05 12:05:05 +0000 |
commit | c5c08a5ff53017d26c67768b4a0e2681848604c1 (patch) | |
tree | 8395d4ae63f67396cde0b9e31a0bc41e64cf4734 /dev-util/ninja | |
parent | Add ~mips (diff) | |
download | gentoo-2-c5c08a5ff53017d26c67768b4a0e2681848604c1.tar.gz gentoo-2-c5c08a5ff53017d26c67768b4a0e2681848604c1.tar.bz2 gentoo-2-c5c08a5ff53017d26c67768b4a0e2681848604c1.zip |
Stable for sparc, wrt bug #493622
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", 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.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ninja/ChangeLog b/dev-util/ninja/ChangeLog index a0d2a367ae14..8d5e5e4accec 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.28 2014/01/03 09:05:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.29 2014/01/05 12:05:05 ago Exp $ + + 05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> ninja-1.4.0.ebuild: + Stable for sparc, wrt bug #493622 03 Jan 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> ninja-1.4.0.ebuild: x86 stable wrt bug #493622 diff --git a/dev-util/ninja/ninja-1.4.0.ebuild b/dev-util/ninja/ninja-1.4.0.ebuild index bedccf795f35..c96b59aaa72e 100644 --- a/dev-util/ninja/ninja-1.4.0.ebuild +++ b/dev-util/ninja/ninja-1.4.0.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.4.0.ebuild,v 1.8 2014/01/03 09:05:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.4.0.ebuild,v 1.9 2014/01/05 12:05:05 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." |