diff options
author | 2017-07-04 16:02:07 +0200 | |
---|---|---|
committer | 2017-07-04 16:02:07 +0200 | |
commit | bc60b504fe866d0dbcad3fca42ab41779467dee8 (patch) | |
tree | f4fbdbe77996501a9f4ff0e5c79dfd8d2f1ea380 /dev-qt | |
parent | dev-qt/qtx11extras: amd64 stable wrt bug #620334 (diff) | |
download | gentoo-bc60b504fe866d0dbcad3fca42ab41779467dee8.tar.gz gentoo-bc60b504fe866d0dbcad3fca42ab41779467dee8.tar.bz2 gentoo-bc60b504fe866d0dbcad3fca42ab41779467dee8.zip |
dev-qt/qtxml: 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')
-rw-r--r-- | dev-qt/qtxml/qtxml-5.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtxml/qtxml-5.7.1.ebuild b/dev-qt/qtxml/qtxml-5.7.1.ebuild index 5b2c4a591867..bb78107f2377 100644 --- a/dev-qt/qtxml/qtxml-5.7.1.ebuild +++ b/dev-qt/qtxml/qtxml-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="Implementation of SAX and DOM 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 IUSE="" |