diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-26 03:06:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-26 03:06:44 +0000 |
commit | 58dd1729bd306cd630353457b0fe88d73121a404 (patch) | |
tree | 84cd051e6f80763edc44c23c7ad109d3484d2d9a /dev-util/ninja | |
parent | Stable for alpha, wrt bug #472596 (diff) | |
download | gentoo-2-58dd1729bd306cd630353457b0fe88d73121a404.tar.gz gentoo-2-58dd1729bd306cd630353457b0fe88d73121a404.tar.bz2 gentoo-2-58dd1729bd306cd630353457b0fe88d73121a404.zip |
Stable for alpha, wrt bug #472186
(Portage version: 2.1.12.2/cvs/Linux ppc64, 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.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ninja/ChangeLog b/dev-util/ninja/ChangeLog index d918e5d9469d..d47f80aee5c3 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.17 2013/06/26 00:06:34 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.18 2013/06/26 03:06:44 ago Exp $ + + 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> ninja-1.3.3.ebuild: + Stable for alpha, wrt bug #472186 26 Jun 2013; Christoph Junghans <ottxor@gentoo.org> -ninja-1.1.0.ebuild, metadata.xml: diff --git a/dev-util/ninja/ninja-1.3.3.ebuild b/dev-util/ninja/ninja-1.3.3.ebuild index 623827adbb46..08e589bb0f4c 100644 --- a/dev-util/ninja/ninja-1.3.3.ebuild +++ b/dev-util/ninja/ninja-1.3.3.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.3.3.ebuild,v 1.3 2013/06/25 15:03:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.3.3.ebuild,v 1.4 2013/06/26 03:06:44 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." |