diff options
author | 2015-03-19 17:48:59 +0000 | |
---|---|---|
committer | 2015-03-19 17:48:59 +0000 | |
commit | c6dc4eaa71eec124f1c03863d0d224692c46c40e (patch) | |
tree | e3f7eb2046903a0be07a37eb7a440ddd59b9b8fe /dev-qt/qtgui | |
parent | Stable for HPPA (bug #543552). (diff) | |
download | gentoo-2-c6dc4eaa71eec124f1c03863d0d224692c46c40e.tar.gz gentoo-2-c6dc4eaa71eec124f1c03863d0d224692c46c40e.tar.bz2 gentoo-2-c6dc4eaa71eec124f1c03863d0d224692c46c40e.zip |
Stable for HPPA (bug #541972).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-qt/qtgui')
-rw-r--r-- | dev-qt/qtgui/ChangeLog | 5 | ||||
-rw-r--r-- | dev-qt/qtgui/qtgui-4.8.5-r4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-qt/qtgui/ChangeLog b/dev-qt/qtgui/ChangeLog index 9db10f450434..776c7cb9d528 100644 --- a/dev-qt/qtgui/ChangeLog +++ b/dev-qt/qtgui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qtgui # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.64 2015/03/18 12:49:53 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.65 2015/03/19 17:48:59 jer Exp $ + + 19 Mar 2015; Jeroen Roovers <jer@gentoo.org> qtgui-4.8.5-r4.ebuild: + Stable for HPPA (bug #541972). 18 Mar 2015; Andreas Schuerch <nativemad@gentoo.org> qtgui-4.8.5-r4.ebuild: x86 stable, see bug 541972 diff --git a/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild b/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild index ed097496ad85..432a44410f97 100644 --- a/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild +++ b/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild,v 1.3 2015/03/18 12:49:53 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild,v 1.4 2015/03/19 17:48:59 jer Exp $ EAPI=5 @@ -11,9 +11,9 @@ SRC_URI+=" http://dev.gentoo.org/~pesa/patches/${PN}-systemtrayicon-plugin-syste SLOT="4" if [[ ${QT4_BUILD_TYPE} == live ]]; then - KEYWORDS="" + KEYWORDS="hppa" else - KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="+accessibility cups egl +glib gtkstyle mng nas nis qt3support tiff trace xinerama +xv" |