media-libs/zimg-2.4-r0: add alpha keyword

Gentoo-Bug: 608868
This commit is contained in:
Tobias Klausmann
2017-04-05 16:05:33 +02:00
parent 14800fa30e
commit a2ec8fe8c5

View File

@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg"
if [ "${PV#9999}" = "${PV}" ] ; then
SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha amd64 arm ppc ppc64 x86"
KEYWORDS="alpha amd64 arm ppc ppc64 x86"
S="${WORKDIR}/${PN}-release-${PV}/"
fi