diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-14 09:20:25 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-14 09:21:49 +0200 |
commit | e904e3cd740ea94a190cacaac879e8ce83b95963 (patch) | |
tree | d05678cf419e331ee57e6d57290db006e161d62f | |
parent | dev-qt/qtscript: x86 stable wrt bug #843353 (diff) | |
download | gentoo-e904e3cd740ea94a190cacaac879e8ce83b95963.tar.gz gentoo-e904e3cd740ea94a190cacaac879e8ce83b95963.tar.bz2 gentoo-e904e3cd740ea94a190cacaac879e8ce83b95963.zip |
dev-qt/qtscxml: x86 stable wrt bug #843353
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.15.4.ebuild b/dev-qt/qtscxml/qtscxml-5.15.4.ebuild index 22172e9314d7..3d89bf8bdf86 100644 --- a/dev-qt/qtscxml/qtscxml-5.15.4.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.15.4.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" fi IUSE="" |