diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 21:17:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 21:17:41 +0000 |
commit | 153ffe631e0116542d79e612a46b23b2d72f4b29 (patch) | |
tree | defa3c49d433b7324a196a516a30663e96e5548a /dev-qt/qtscript | |
parent | dev-qt/qtquickcontrols: Stabilize 5.15.2 ppc64, #754852 (diff) | |
download | gentoo-153ffe631e0116542d79e612a46b23b2d72f4b29.tar.gz gentoo-153ffe631e0116542d79e612a46b23b2d72f4b29.tar.bz2 gentoo-153ffe631e0116542d79e612a46b23b2d72f4b29.zip |
dev-qt/qtscript: Stabilize 5.15.2 ppc64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscript')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.15.2.ebuild b/dev-qt/qtscript/qtscript-5.15.2.ebuild index 24c4d5bf856d..cb61d45e426f 100644 --- a/dev-qt/qtscript/qtscript-5.15.2.ebuild +++ b/dev-qt/qtscript/qtscript-5.15.2.ebuild @@ -7,7 +7,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 ~sparc x86" + KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc x86" fi IUSE="+jit scripttools" |