diff options
author | 2018-07-15 16:04:29 +0200 | |
---|---|---|
committer | 2018-07-15 16:20:36 +0200 | |
commit | 943509ec55e06a70db637c2972cf62bef33bed79 (patch) | |
tree | 35d1f2140fd58c6247af000be2c31e620f72b651 /dev-qt | |
parent | dev-qt/qtscript: x86 stable (bug #655664) (diff) | |
download | gentoo-943509ec55e06a70db637c2972cf62bef33bed79.tar.gz gentoo-943509ec55e06a70db637c2972cf62bef33bed79.tar.bz2 gentoo-943509ec55e06a70db637c2972cf62bef33bed79.zip |
dev-qt/qtscxml: x86 stable (bug #655664)
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.9.6.ebuild b/dev-qt/qtscxml/qtscxml-5.9.6.ebuild index 5f9558fa4aa3..ca4f733913f9 100644 --- a/dev-qt/qtscxml/qtscxml-5.9.6.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.9.6.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi IUSE="" |