diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-03-28 11:10:57 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-03-28 12:03:09 +0200 |
commit | 9fbcbb5151164056d3fe72f697d9742a4db97e96 (patch) | |
tree | 0f591e892307b48e7a5ba6e3554c3c8bb20e9e85 /dev-qt | |
parent | dev-qt/qtscript: arm64 stable (bug #699328) (diff) | |
download | gentoo-9fbcbb5151164056d3fe72f697d9742a4db97e96.tar.gz gentoo-9fbcbb5151164056d3fe72f697d9742a4db97e96.tar.bz2 gentoo-9fbcbb5151164056d3fe72f697d9742a4db97e96.zip |
dev-qt/qtscxml: arm64 stable (bug #699328)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@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 8d92261fc127..f85c0919e340 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="" |