diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-05-22 15:22:38 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-05-22 15:24:13 +0200 |
commit | 8171f1422b6fdb6b17e3b9c9ce2bb09822eb0e0b (patch) | |
tree | 16b8dba8e75e0a17eb6d10fb6b13e362e5d3f179 /dev-qt | |
parent | dev-qt/qtopengl-4.8.7-r0: add alpha keyword (diff) | |
download | gentoo-8171f1422b6fdb6b17e3b9c9ce2bb09822eb0e0b.tar.gz gentoo-8171f1422b6fdb6b17e3b9c9ce2bb09822eb0e0b.tar.bz2 gentoo-8171f1422b6fdb6b17e3b9c9ce2bb09822eb0e0b.zip |
dev-qt/qtscript-4.8.7-r0: add alpha keyword
Gentoo-Bug: 552396
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtscript/qtscript-4.8.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-4.8.7.ebuild b/dev-qt/qtscript/qtscript-4.8.7.ebuild index a79b96f9663c..e8325c88d7f2 100644 --- a/dev-qt/qtscript/qtscript-4.8.7.ebuild +++ b/dev-qt/qtscript/qtscript-4.8.7.ebuild @@ -7,7 +7,7 @@ inherit qt4-build-multilib DESCRIPTION="The QtScript 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="+jit" |