diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-30 14:05:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-30 14:05:11 +0000 |
commit | feb9b7a5b06e0a4c441b1d2324f4ebcc744afb03 (patch) | |
tree | e28cd6d894e3323fc953ab702e61e1d1815ccb7a /dev-util/ninja | |
parent | Stable for amd64, wrt bug #524374 (diff) | |
download | gentoo-2-feb9b7a5b06e0a4c441b1d2324f4ebcc744afb03.tar.gz gentoo-2-feb9b7a5b06e0a4c441b1d2324f4ebcc744afb03.tar.bz2 gentoo-2-feb9b7a5b06e0a4c441b1d2324f4ebcc744afb03.zip |
Stable for amd64, wrt bug #525658
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 da82632e83f9..d3f5836a4944 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.34 2014/10/25 14:02:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.35 2014/10/30 14:05:11 ago Exp $ + + 30 Oct 2014; Agostino Sarubbo <ago@gentoo.org> ninja-1.5.1.ebuild: + Stable for amd64, wrt bug #525658 25 Oct 2014; Markus Meier <maekke@gentoo.org> ninja-1.5.1.ebuild: arm stable, bug #525658 diff --git a/dev-util/ninja/ninja-1.5.1.ebuild b/dev-util/ninja/ninja-1.5.1.ebuild index 0b520a004875..15b080daca8b 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.4 2014/10/25 14:02:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild,v 1.5 2014/10/30 14:05:11 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" |