diff options
author | Sam James <sam@gentoo.org> | 2020-10-12 11:29:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-12 11:45:31 +0000 |
commit | 4c5300e60435665ee760bf46d663b85e219ad080 (patch) | |
tree | fede2f0c09bedbae389b7d6a65c9083567b24f76 /dev-qt/qtscript | |
parent | dev-qt/qtquickcontrols: Stabilize 5.15.1 arm64, #734600 (diff) | |
download | gentoo-4c5300e60435665ee760bf46d663b85e219ad080.tar.gz gentoo-4c5300e60435665ee760bf46d663b85e219ad080.tar.bz2 gentoo-4c5300e60435665ee760bf46d663b85e219ad080.zip |
dev-qt/qtscript: Stabilize 5.15.1 arm64, #734600
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscript')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.15.1.ebuild b/dev-qt/qtscript/qtscript-5.15.1.ebuild index 34b9dbc92753..eec2159a1937 100644 --- a/dev-qt/qtscript/qtscript-5.15.1.ebuild +++ b/dev-qt/qtscript/qtscript-5.15.1.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" + KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi IUSE="+jit scripttools" |