diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-14 09:20:22 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-14 09:21:49 +0200 |
commit | ce4bd9e741a6c848805349a6c1be85d6c3e7375f (patch) | |
tree | fc3d6b3a73867b54c76e60c77d5a64607debb4ba /dev-qt/qtscript | |
parent | dev-qt/qtquickcontrols2: x86 stable wrt bug #843353 (diff) | |
download | gentoo-ce4bd9e741a6c848805349a6c1be85d6c3e7375f.tar.gz gentoo-ce4bd9e741a6c848805349a6c1be85d6c3e7375f.tar.bz2 gentoo-ce4bd9e741a6c848805349a6c1be85d6c3e7375f.zip |
dev-qt/qtscript: x86 stable wrt bug #843353
Package-Manager: Portage-3.0.30, Repoman-3.0.3
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.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.15.4.ebuild b/dev-qt/qtscript/qtscript-5.15.4.ebuild index 992cb5e9e577..676076be0471 100644 --- a/dev-qt/qtscript/qtscript-5.15.4.ebuild +++ b/dev-qt/qtscript/qtscript-5.15.4.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" |