diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:10:13 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:14:05 +0200 |
commit | 15217a75ed26bd508af6b63492e73691d86a97e1 (patch) | |
tree | 6f08f16e3bfe9f8856df1be1d9b0e71665fdba8a /dev-qt/qtscript | |
parent | dev-qt/qtquickcontrols2: Stabilize 5.15.11 amd64, #915391 (diff) | |
download | gentoo-15217a75ed26bd508af6b63492e73691d86a97e1.tar.gz gentoo-15217a75ed26bd508af6b63492e73691d86a97e1.tar.bz2 gentoo-15217a75ed26bd508af6b63492e73691d86a97e1.zip |
dev-qt/qtscript: Stabilize 5.15.11 amd64, #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 c92f32e6bc12..9a970fdcfcaa 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" |