diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-12 09:52:09 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-12 10:00:46 -0500 |
commit | 7972ec510f00101f36044d1562ceea68cc30c71e (patch) | |
tree | 19fd7f6185b6aa4d4c5d528f944407b912778818 /dev-qt/qtscxml | |
parent | dev-qt/qtscript: arm64 stable (bug #691738) (diff) | |
download | gentoo-7972ec510f00101f36044d1562ceea68cc30c71e.tar.gz gentoo-7972ec510f00101f36044d1562ceea68cc30c71e.tar.bz2 gentoo-7972ec510f00101f36044d1562ceea68cc30c71e.zip |
dev-qt/qtscxml: arm64 stable (bug #691738)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.12.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.12.5.ebuild b/dev-qt/qtscxml/qtscxml-5.12.5.ebuild index 791204621d4d..5585487c79e4 100644 --- a/dev-qt/qtscxml/qtscxml-5.12.5.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.12.5.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="" |