diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-03 20:43:36 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-03 20:43:36 +0000 |
commit | c2fed0fc0a622863c608946c8c50f091292ef0e0 (patch) | |
tree | f4e253f81cac31a1dd9379a81a46ec4c8b9a219f /dev-qt/qtscript | |
parent | dev-qt/qtquickcontrols2: Stabilize 5.15.13 ppc64, #927748 (diff) | |
download | gentoo-c2fed0fc0a622863c608946c8c50f091292ef0e0.tar.gz gentoo-c2fed0fc0a622863c608946c8c50f091292ef0e0.tar.bz2 gentoo-c2fed0fc0a622863c608946c8c50f091292ef0e0.zip |
dev-qt/qtscript: Stabilize 5.15.13 ppc64, #927748
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscript')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.15.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.15.13.ebuild b/dev-qt/qtscript/qtscript-5.15.13.ebuild index 1ffb29fdda55..917999afeb61 100644 --- a/dev-qt/qtscript/qtscript-5.15.13.ebuild +++ b/dev-qt/qtscript/qtscript-5.15.13.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" |