diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-23 18:58:47 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-23 18:58:47 +0300 |
commit | a2c017724b07d170eb10606dbe1e598713f69f82 (patch) | |
tree | ec8a48f695460f3f72781e72adf07f99e88d2a05 /dev-qt/qtscript | |
parent | dev-qt/qtquickcontrols2: Stabilize 5.15.9 amd64, #904373 (diff) | |
download | gentoo-a2c017724b07d170eb10606dbe1e598713f69f82.tar.gz gentoo-a2c017724b07d170eb10606dbe1e598713f69f82.tar.bz2 gentoo-a2c017724b07d170eb10606dbe1e598713f69f82.zip |
dev-qt/qtscript: Stabilize 5.15.9 amd64, #904373
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscript')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.15.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.15.9.ebuild b/dev-qt/qtscript/qtscript-5.15.9.ebuild index 84c08b2bb93c..bdc4d047cca5 100644 --- a/dev-qt/qtscript/qtscript-5.15.9.ebuild +++ b/dev-qt/qtscript/qtscript-5.15.9.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" |