diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-07-04 16:01:56 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-07-04 16:01:56 +0200 |
commit | 70daf3ff6cb1f31562805989e2f1c4bd24f51ca4 (patch) | |
tree | 920ec295003b35c10bcc07a45b290253c5439ad1 /dev-qt/qtwidgets | |
parent | dev-qt/qtwebsockets: amd64 stable wrt bug #620334 (diff) | |
download | gentoo-70daf3ff6cb1f31562805989e2f1c4bd24f51ca4.tar.gz gentoo-70daf3ff6cb1f31562805989e2f1c4bd24f51ca4.tar.bz2 gentoo-70daf3ff6cb1f31562805989e2f1c4bd24f51ca4.zip |
dev-qt/qtwidgets: amd64 stable wrt bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtwidgets')
-rw-r--r-- | dev-qt/qtwidgets/qtwidgets-5.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwidgets/qtwidgets-5.7.1.ebuild b/dev-qt/qtwidgets/qtwidgets-5.7.1.ebuild index f5d81ee2709d..0aba87eba174 100644 --- a/dev-qt/qtwidgets/qtwidgets-5.7.1.ebuild +++ b/dev-qt/qtwidgets/qtwidgets-5.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Set of components for creating classic desktop-style UIs for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" fi # keep IUSE defaults in sync with qtgui |