diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 12:30:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 12:30:42 +0000 |
commit | e070c78ad24f7bd69aa569b1e113972ba6a270c3 (patch) | |
tree | 3769973417b7bdc6f3938128dfee82318a5423e0 /dev-util/ninja/ninja-1.5.3.ebuild | |
parent | Stable for sparc, wrt bug #555098 (diff) | |
download | historical-e070c78ad24f7bd69aa569b1e113972ba6a270c3.tar.gz historical-e070c78ad24f7bd69aa569b1e113972ba6a270c3.tar.bz2 historical-e070c78ad24f7bd69aa569b1e113972ba6a270c3.zip |
Stable for sparc, wrt bug #552884
Package-Manager: portage-2.2.20/cvs/Linux x86_64
RepoMan-Options: --include-arches="sparc"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'dev-util/ninja/ninja-1.5.3.ebuild')
-rw-r--r-- | dev-util/ninja/ninja-1.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ninja/ninja-1.5.3.ebuild b/dev-util/ninja/ninja-1.5.3.ebuild index 6a1679c5b08f..950cb5e7c702 100644 --- a/dev-util/ninja/ninja-1.5.3.ebuild +++ b/dev-util/ninja/ninja-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.3.ebuild,v 1.13 2015/07/23 20:23:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.3.ebuild,v 1.14 2015/07/30 12:30:41 ago Exp $ EAPI=5 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="alpha amd64 arm arm64 ia64 m68k ppc ppc64 s390 sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm arm64 ia64 m68k ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" DESCRIPTION="A small build system similar to make" HOMEPAGE="http://github.com/martine/ninja" |