diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:59:13 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:59:13 +0300 |
commit | 440aee82689b4b8e1534923aca72eae8631047d2 (patch) | |
tree | 66b8c54a3abf6c45d1864826daf41457fcf194f2 /dev-qt/qtscript/qtscript-5.15.10.ebuild | |
parent | dev-qt/qtquickcontrols2: Stabilize 5.15.10 amd64, #909313 (diff) | |
download | gentoo-440aee82689b4b8e1534923aca72eae8631047d2.tar.gz gentoo-440aee82689b4b8e1534923aca72eae8631047d2.tar.bz2 gentoo-440aee82689b4b8e1534923aca72eae8631047d2.zip |
dev-qt/qtscript: Stabilize 5.15.10 amd64, #909313
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscript/qtscript-5.15.10.ebuild')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.15.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.15.10.ebuild b/dev-qt/qtscript/qtscript-5.15.10.ebuild index f01d07a19f49..734b49795797 100644 --- a/dev-qt/qtscript/qtscript-5.15.10.ebuild +++ b/dev-qt/qtscript/qtscript-5.15.10.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" |