projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23ab9a4
)
app-arch/brotli: Fix KEYWORDS in -9999
author
Craig Andrews
<candrews@gentoo.org>
Fri, 2 Mar 2018 16:17:49 +0000
(11:17 -0500)
committer
Craig Andrews
<candrews@gentoo.org>
Fri, 2 Mar 2018 16:18:43 +0000
(11:18 -0500)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-arch/brotli/brotli-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-arch/brotli/brotli-9999.ebuild
b/app-arch/brotli/brotli-9999.ebuild
index 5b876796ed3c004cc4290985fe63d863a7642fe9..f437159d3521752477687e7bdd57a7527337806a 100644
(file)
--- a/
app-arch/brotli/brotli-9999.ebuild
+++ b/
app-arch/brotli/brotli-9999.ebuild
@@
-28,7
+28,7
@@
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/google/${PN}.git"
inherit git-r3
else
- KEYWORDS="~a
md64 ~x86
~amd64-linux ~x86-linux"
+ KEYWORDS="~a
lpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd
~amd64-linux ~x86-linux"
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi