diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:14:57 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:14:57 +0100 |
commit | c5a4d798bdb93587a80c6d05f1d88b3fe78c9ddc (patch) | |
tree | d0675d5ef319121e7558825a9bf89dee84cae437 /dev-qt/qtscript | |
parent | dev-qt/qtquickcontrols2: x86 stable wrt bug #699328 (diff) | |
download | gentoo-c5a4d798bdb93587a80c6d05f1d88b3fe78c9ddc.tar.gz gentoo-c5a4d798bdb93587a80c6d05f1d88b3fe78c9ddc.tar.bz2 gentoo-c5a4d798bdb93587a80c6d05f1d88b3fe78c9ddc.zip |
dev-qt/qtscript: x86 stable wrt bug #699328
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtscript')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.14.1.ebuild b/dev-qt/qtscript/qtscript-5.14.1.ebuild index ba59583e7ff9..b7ea0a0a11b0 100644 --- a/dev-qt/qtscript/qtscript-5.14.1.ebuild +++ b/dev-qt/qtscript/qtscript-5.14.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" |