diff options
author | 2020-10-18 16:37:48 +0200 | |
---|---|---|
committer | 2020-10-18 16:45:10 +0200 | |
commit | 42085684657ebc77cfe69c3f94a56445ece45ebd (patch) | |
tree | 2d55c033b6de3d49664bd543cb25c15893a0bde4 /dev-qt/qtscript | |
parent | dev-qt/qtquickcontrols: x86 stable (bug #734600) (diff) | |
download | gentoo-42085684657ebc77cfe69c3f94a56445ece45ebd.tar.gz gentoo-42085684657ebc77cfe69c3f94a56445ece45ebd.tar.bz2 gentoo-42085684657ebc77cfe69c3f94a56445ece45ebd.zip |
dev-qt/qtscript: x86 stable (bug #734600)
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-qt/qtscript')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.15.1.ebuild b/dev-qt/qtscript/qtscript-5.15.1.ebuild index 9f19eea4e5ec..d2aa2181a86a 100644 --- a/dev-qt/qtscript/qtscript-5.15.1.ebuild +++ b/dev-qt/qtscript/qtscript-5.15.1.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" |