diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-02 08:56:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-02 08:56:15 +0000 |
commit | e9a499544fd8fb54adee4a6dd08f48662a78672c (patch) | |
tree | de53984159c1fb9d8fa64f4366c259254bf12a6b /dev-util/ninja | |
parent | Stable for alpha, wrt bug #524760 (diff) | |
download | gentoo-2-e9a499544fd8fb54adee4a6dd08f48662a78672c.tar.gz gentoo-2-e9a499544fd8fb54adee4a6dd08f48662a78672c.tar.bz2 gentoo-2-e9a499544fd8fb54adee4a6dd08f48662a78672c.zip |
Stable for alpha, wrt bug #525658
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", 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 d86d45f4446b..6e16db075ffb 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.36 2014/10/31 15:59:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.37 2014/11/02 08:56:15 ago Exp $ + + 02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ninja-1.5.1.ebuild: + Stable for alpha, wrt bug #525658 31 Oct 2014; Agostino Sarubbo <ago@gentoo.org> ninja-1.5.1.ebuild: Stable for ppc64, wrt bug #525658 diff --git a/dev-util/ninja/ninja-1.5.1.ebuild b/dev-util/ninja/ninja-1.5.1.ebuild index 154a354dc5b1..5921e4c423ab 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.6 2014/10/31 15:59:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild,v 1.7 2014/11/02 08:56:15 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" |