summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2017-04-05 16:05:33 +0200
committerTobias Klausmann <klausman@gentoo.org>2017-04-05 16:05:33 +0200
commita2ec8fe8c59adfbb8c6207d70f1d875980d635ea (patch)
tree7e7877133c574899e490ae2e1872b6857ba9ef2b /media-libs/zimg
parentmedia-libs/kvazaar-1.0.0-r0: add alpha keyword (diff)
downloadgentoo-a2ec8fe8c59adfbb8c6207d70f1d875980d635ea.tar.gz
gentoo-a2ec8fe8c59adfbb8c6207d70f1d875980d635ea.tar.bz2
gentoo-a2ec8fe8c59adfbb8c6207d70f1d875980d635ea.zip
media-libs/zimg-2.4-r0: add alpha keyword
Gentoo-Bug: 608868
Diffstat (limited to 'media-libs/zimg')
-rw-r--r--media-libs/zimg/zimg-2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/zimg/zimg-2.4.ebuild b/media-libs/zimg/zimg-2.4.ebuild
index 000ca12c2b38..c70136f5dc87 100644
--- a/media-libs/zimg/zimg-2.4.ebuild
+++ b/media-libs/zimg/zimg-2.4.ebuild
@@ -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