dev-qt/qtopengl-4.8.7-r0: add alpha keyword

Gentoo-Bug: 552396
This commit is contained in:
Tobias Klausmann
2017-05-22 15:22:38 +02:00
parent ade5fa5646
commit 64a90c5d5a

View File

@@ -7,7 +7,7 @@ inherit qt4-build-multilib
DESCRIPTION="The OpenGL module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == release ]]; then
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
fi
IUSE="egl qt3support"