diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-13 16:31:29 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-13 16:41:10 +0300 |
commit | d1020f07bd4c8010f17c6250113884355fe2172d (patch) | |
tree | 8fc9d94fef63c19867428c8cc25e637c7073c9a2 /dev-qt/qtscript | |
parent | dev-qt/qtwayland: amd64 stable wrt bug #655664 (diff) | |
download | gentoo-d1020f07bd4c8010f17c6250113884355fe2172d.tar.gz gentoo-d1020f07bd4c8010f17c6250113884355fe2172d.tar.bz2 gentoo-d1020f07bd4c8010f17c6250113884355fe2172d.zip |
dev-qt/qtscript: amd64 stable wrt bug #655664
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-qt/qtscript')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.9.6.ebuild b/dev-qt/qtscript/qtscript-5.9.6.ebuild index 2644fc6ec232..a1f1da28d553 100644 --- a/dev-qt/qtscript/qtscript-5.9.6.ebuild +++ b/dev-qt/qtscript/qtscript-5.9.6.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" fi IUSE="+jit scripttools" |