diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-25 16:06:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-25 16:06:35 +0000 |
commit | cc55688a423e0acf8073126b262acfe373771aec (patch) | |
tree | 68a231058293168e6fe9386fd7e96b12c36bb8a4 /dev-qt | |
parent | Stable for ia64, wrt bug #541912 (diff) | |
download | gentoo-2-cc55688a423e0acf8073126b262acfe373771aec.tar.gz gentoo-2-cc55688a423e0acf8073126b262acfe373771aec.tar.bz2 gentoo-2-cc55688a423e0acf8073126b262acfe373771aec.zip |
Stable for ia64, wrt bug #541972
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-qt')
-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 776c7cb9d528..a384d604dffc 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.65 2015/03/19 17:48:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.66 2015/03/25 16:06:35 ago Exp $ + + 25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> qtgui-4.8.5-r4.ebuild: + Stable for ia64, wrt bug #541972 19 Mar 2015; Jeroen Roovers <jer@gentoo.org> qtgui-4.8.5-r4.ebuild: Stable for HPPA (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 432a44410f97..465ea2d1d23b 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.4 2015/03/19 17:48:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild,v 1.5 2015/03/25 16:06:35 ago 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="hppa" + KEYWORDS="hppa ia64" 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" |