diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-17 23:52:47 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-18 00:20:33 +0200 |
commit | b3c955b184dd66bc9937c2cb5e7eb5cb5714b288 (patch) | |
tree | 22f8c6d28fff645d093b2d72df33fe206e59f06f /dev-qt | |
parent | dev-qt/qtdbus: x86 stable (bug #664566) (diff) | |
download | gentoo-b3c955b184dd66bc9937c2cb5e7eb5cb5714b288.tar.gz gentoo-b3c955b184dd66bc9937c2cb5e7eb5cb5714b288.tar.bz2 gentoo-b3c955b184dd66bc9937c2cb5e7eb5cb5714b288.zip |
dev-qt/qtdeclarative: x86 stable (bug #664566)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtdeclarative/qtdeclarative-5.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.11.1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.11.1.ebuild index 2e7cb9a16c40..e9a3916454fe 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.11.1.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.11.1.ebuild @@ -8,7 +8,7 @@ inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd" fi IUSE="gles2 +jit localstorage +widgets xml" |