diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-24 16:31:36 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-24 16:47:39 -0400 |
commit | f5f088910fbb29641a73b164cd5c0fa50531a586 (patch) | |
tree | 881252ae9196939b38cf7fc86d50f1b568b865d2 /dev-qt/qtscript | |
parent | dev-qt/qtquickcontrols: arm64 stable (diff) | |
download | gentoo-f5f088910fbb29641a73b164cd5c0fa50531a586.tar.gz gentoo-f5f088910fbb29641a73b164cd5c0fa50531a586.tar.bz2 gentoo-f5f088910fbb29641a73b164cd5c0fa50531a586.zip |
dev-qt/qtscript: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-qt/qtscript')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.12.3.ebuild b/dev-qt/qtscript/qtscript-5.12.3.ebuild index e139a2f6f447..574a809c2dac 100644 --- a/dev-qt/qtscript/qtscript-5.12.3.ebuild +++ b/dev-qt/qtscript/qtscript-5.12.3.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd" fi IUSE="+jit scripttools" |