diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-23 08:00:34 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-23 08:00:34 +0000 |
commit | 20558e2aa20155f4c36b53b732ae6e9ec3f0347e (patch) | |
tree | 4c4ee3b297a7694d441513871059b36e022ff974 /dev-util | |
parent | dev-python/yarl: stable 1.6.2 for hppa (diff) | |
download | gentoo-20558e2aa20155f4c36b53b732ae6e9ec3f0347e.tar.gz gentoo-20558e2aa20155f4c36b53b732ae6e9ec3f0347e.tar.bz2 gentoo-20558e2aa20155f4c36b53b732ae6e9ec3f0347e.zip |
dev-util/ninja: stable 1.10.1 for hppa
stable wrt bug #751013
Package-Manager: Portage-3.0.10, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ninja/ninja-1.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ninja/ninja-1.10.1.ebuild b/dev-util/ninja/ninja-1.10.1.ebuild index 5ce80f5a06aa..f9153242f055 100644 --- a/dev-util/ninja/ninja-1.10.1.ebuild +++ b/dev-util/ninja/ninja-1.10.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/ninja-build/ninja.git" else SRC_URI="https://github.com/ninja-build/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="A small build system similar to make" |