diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-03 09:35:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-03 09:35:42 +0000 |
commit | dd6ba971b188489143c75f879ad763939c314e66 (patch) | |
tree | 0a3e8fc830806cbe59a327cc6a0c6776f0eb5e29 /dev-util | |
parent | Stable for x86, wrt bug #524374 (diff) | |
download | gentoo-2-dd6ba971b188489143c75f879ad763939c314e66.tar.gz gentoo-2-dd6ba971b188489143c75f879ad763939c314e66.tar.bz2 gentoo-2-dd6ba971b188489143c75f879ad763939c314e66.zip |
Stable for x86, wrt bug #525658
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ninja/ChangeLog b/dev-util/ninja/ChangeLog index 6e16db075ffb..1e2dd207d3e6 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.37 2014/11/02 08:56:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.38 2014/11/03 09:35:42 ago Exp $ + + 03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ninja-1.5.1.ebuild: + Stable for x86, wrt bug #525658 02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ninja-1.5.1.ebuild: Stable for alpha, wrt bug #525658 diff --git a/dev-util/ninja/ninja-1.5.1.ebuild b/dev-util/ninja/ninja-1.5.1.ebuild index 5921e4c423ab..a7cfc0219361 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.7 2014/11/02 08:56:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild,v 1.8 2014/11/03 09:35:42 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" |