Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ninja/
Date: Sat, 28 Oct 2017 14:15:54
Message-Id: 1509200135.a17ced35ecba15a1143ab6c9e748fbd2a8ee2b49.mrueg@gentoo
1 commit: a17ced35ecba15a1143ab6c9e748fbd2a8ee2b49
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 28 14:15:35 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 28 14:15:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17ced35
7
8 dev-util/ninja: Stable on amd64
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-util/ninja/ninja-1.8.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/ninja/ninja-1.8.2.ebuild b/dev-util/ninja/ninja-1.8.2.ebuild
16 index 766fcee5c05..f6a2b53bc1d 100644
17 --- a/dev-util/ninja/ninja-1.8.2.ebuild
18 +++ b/dev-util/ninja/ninja-1.8.2.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_REPO_URI="https://github.com/ninja-build/ninja.git"
21 else
22 SRC_URI="https://github.com/ninja-build/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
24 + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 fi
26
27 DESCRIPTION="A small build system similar to make"