app-arch/brotli-1.0.2-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/643182
This commit is contained in:
Tobias Klausmann
2018-01-08 19:04:43 +01:00
parent 5f0f80c40b
commit 3dd90fcf41

View File

@@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
PATCHES=( "${FILESDIR}"/${P}-no-rpath.patch )
KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="alpha ~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux"
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi