diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-18 14:37:34 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-18 14:37:34 +0200 |
commit | 7921035c1adf914a9ba5dcf6d81ba92f8b207ff7 (patch) | |
tree | 0f082d00ba90f1c8807f83cd3dbd4431c0bccd00 /dev-qt/qtgui | |
parent | dev-qt/qtdemo: amd64 stable wrt bug #552396 (diff) | |
download | gentoo-7921035c1adf914a9ba5dcf6d81ba92f8b207ff7.tar.gz gentoo-7921035c1adf914a9ba5dcf6d81ba92f8b207ff7.tar.bz2 gentoo-7921035c1adf914a9ba5dcf6d81ba92f8b207ff7.zip |
dev-qt/qtgui: amd64 stable wrt bug #552396
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtgui')
-rw-r--r-- | dev-qt/qtgui/qtgui-4.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtgui/qtgui-4.8.7.ebuild b/dev-qt/qtgui/qtgui-4.8.7.ebuild index 3b8312ac458e..77097773f75e 100644 --- a/dev-qt/qtgui/qtgui-4.8.7.ebuild +++ b/dev-qt/qtgui/qtgui-4.8.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="The GUI module for the Qt toolkit" SRC_URI+=" https://dev.gentoo.org/~pesa/patches/${PN}-systemtrayicon-plugin-system.patch" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" fi IUSE="+accessibility cups egl +glib gtkstyle mng nas nis qt3support tiff trace xinerama +xv" |