diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:14:59 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:14:59 +0100 |
commit | 6c6419377d0d83927cd6b48572539f00d8af169c (patch) | |
tree | 8f47bfb72e2e64fb9b2f4e208c582963f88f6247 /dev-qt | |
parent | dev-qt/qtscript: x86 stable wrt bug #699328 (diff) | |
download | gentoo-6c6419377d0d83927cd6b48572539f00d8af169c.tar.gz gentoo-6c6419377d0d83927cd6b48572539f00d8af169c.tar.bz2 gentoo-6c6419377d0d83927cd6b48572539f00d8af169c.zip |
dev-qt/qtscxml: x86 stable wrt bug #699328
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.14.1.ebuild b/dev-qt/qtscxml/qtscxml-5.14.1.ebuild index d05ec9748d48..8d92261fc127 100644 --- a/dev-qt/qtscxml/qtscxml-5.14.1.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.14.1.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 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi IUSE="" |