diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:58:11 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:58:11 +0300 |
commit | a82ebf87eb6d569d807de52648231738577178e1 (patch) | |
tree | 2824d107cfef7632cfc1032d3ded522cf944c3ff /dev-qt/qtscript | |
parent | dev-qt/qtquickcontrols2: Stabilize 5.15.10 x86, #909313 (diff) | |
download | gentoo-a82ebf87eb6d569d807de52648231738577178e1.tar.gz gentoo-a82ebf87eb6d569d807de52648231738577178e1.tar.bz2 gentoo-a82ebf87eb6d569d807de52648231738577178e1.zip |
dev-qt/qtscript: Stabilize 5.15.10 x86, #909313
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscript')
-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 20aa5f05c6ad..4bf01592c2eb 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" |