diff options
author | 2024-06-01 15:59:33 +0000 | |
---|---|---|
committer | 2024-06-01 15:59:33 +0000 | |
commit | 50b2f990b7a90ae0fa686c0c02b967225ad9621c (patch) | |
tree | c8aba26bc41c4afc470fe5ac4a69f8b1c7af983b | |
parent | dev-qt/qtquickcontrols2: Stabilize 5.15.14 x86, #933196 (diff) | |
download | gentoo-50b2f990b7a90ae0fa686c0c02b967225ad9621c.tar.gz gentoo-50b2f990b7a90ae0fa686c0c02b967225ad9621c.tar.bz2 gentoo-50b2f990b7a90ae0fa686c0c02b967225ad9621c.zip |
dev-qt/qtscript: Stabilize 5.15.14 x86, #933196
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-qt/qtscript/qtscript-5.15.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.15.14.ebuild b/dev-qt/qtscript/qtscript-5.15.14.ebuild index ff5ce98c3fef..8f0d5033987d 100644 --- a/dev-qt/qtscript/qtscript-5.15.14.ebuild +++ b/dev-qt/qtscript/qtscript-5.15.14.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" |