diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-21 11:14:04 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-21 11:14:04 +0200 |
commit | 36bc3147bef2dd591491f22df951ad2abe11ba7b (patch) | |
tree | 0bcbb5aa931fd96c6bdde3b35ae7215d864aade6 /dev-qt/qtscript | |
parent | dev-qt/qtquickcontrols2: Stabilize 5.15.8 x86, #888946 (diff) | |
download | gentoo-36bc3147bef2dd591491f22df951ad2abe11ba7b.tar.gz gentoo-36bc3147bef2dd591491f22df951ad2abe11ba7b.tar.bz2 gentoo-36bc3147bef2dd591491f22df951ad2abe11ba7b.zip |
dev-qt/qtscript: Stabilize 5.15.8 x86, #888946
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscript')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.15.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.15.8.ebuild b/dev-qt/qtscript/qtscript-5.15.8.ebuild index 494d0b33a6fd..bb7e958be3be 100644 --- a/dev-qt/qtscript/qtscript-5.15.8.ebuild +++ b/dev-qt/qtscript/qtscript-5.15.8.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" |