diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-25 12:40:45 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-25 12:41:38 +0300 |
commit | 55d08566d93122c1c5ded6012b0f5c798da1c37d (patch) | |
tree | bd11d0b38b132e5b1941cce90c6b7a7f3058b61f /dev-qt/qtscript | |
parent | dev-qt/qtquickcontrols2: Stabilize 5.15.9 arm64, #904373 (diff) | |
download | gentoo-55d08566d93122c1c5ded6012b0f5c798da1c37d.tar.gz gentoo-55d08566d93122c1c5ded6012b0f5c798da1c37d.tar.bz2 gentoo-55d08566d93122c1c5ded6012b0f5c798da1c37d.zip |
dev-qt/qtscript: Stabilize 5.15.9 arm64, #904373
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscript')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.15.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.15.9.ebuild b/dev-qt/qtscript/qtscript-5.15.9.ebuild index 9a970fdcfcaa..bb7e958be3be 100644 --- a/dev-qt/qtscript/qtscript-5.15.9.ebuild +++ b/dev-qt/qtscript/qtscript-5.15.9.ebuild @@ -8,7 +8,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 ~riscv ~sparc x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" fi IUSE="+jit scripttools" |