diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:11:03 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:14:28 +0200 |
commit | e7f017650ea811e4f0794b9827697938e373058a (patch) | |
tree | cea4271d9637e1579e5ed2ac0401a5486594f66d /dev-qt/qtscript | |
parent | dev-qt/qtquickcontrols2: Stabilize 5.15.11 arm64, #915391 (diff) | |
download | gentoo-e7f017650ea811e4f0794b9827697938e373058a.tar.gz gentoo-e7f017650ea811e4f0794b9827697938e373058a.tar.bz2 gentoo-e7f017650ea811e4f0794b9827697938e373058a.zip |
dev-qt/qtscript: Stabilize 5.15.11 arm64, #915391
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscript')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.15.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.15.11.ebuild b/dev-qt/qtscript/qtscript-5.15.11.ebuild index d4cd33fc578d..f0655011aa72 100644 --- a/dev-qt/qtscript/qtscript-5.15.11.ebuild +++ b/dev-qt/qtscript/qtscript-5.15.11.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" |