diff options
author | 2013-12-22 14:49:48 +0000 | |
---|---|---|
committer | 2013-12-22 14:49:48 +0000 | |
commit | 1df85cb552d80e3e6f4875c9be82403296b86605 (patch) | |
tree | c763d6b018ed24f5a7f18cde4d8c9601a1ce4c2b /dev-util/ninja | |
parent | amd64 stable, bug #494670 (diff) | |
download | gentoo-2-1df85cb552d80e3e6f4875c9be82403296b86605.tar.gz gentoo-2-1df85cb552d80e3e6f4875c9be82403296b86605.tar.bz2 gentoo-2-1df85cb552d80e3e6f4875c9be82403296b86605.zip |
amd64 stable, bug #493622
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
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 61b83ec44057..138044dc31d0 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.25 2013/12/22 11:59:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.26 2013/12/22 14:49:48 pacho Exp $ + + 22 Dec 2013; Pacho Ramos <pacho@gentoo.org> ninja-1.4.0.ebuild: + amd64 stable, bug #493622 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> ninja-1.4.0.ebuild: Stable for ppc64, wrt bug #493622 diff --git a/dev-util/ninja/ninja-1.4.0.ebuild b/dev-util/ninja/ninja-1.4.0.ebuild index 643a6743c73d..518990930c9d 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-2013 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.5 2013/12/22 11:59:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.4.0.ebuild,v 1.6 2013/12/22 14:49:48 pacho 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." |