diff options
author | 2015-05-16 09:58:06 +0000 | |
---|---|---|
committer | 2015-05-16 09:58:06 +0000 | |
commit | f1f4b0159006e7bafedc85eee752b28b892ded97 (patch) | |
tree | f69ee70c38152a42eee3a55cab30a99653c06e39 /dev-qt/qtsvg | |
parent | Stable for HPPA PPC64 (bug #530238). (diff) | |
download | gentoo-2-f1f4b0159006e7bafedc85eee752b28b892ded97.tar.gz gentoo-2-f1f4b0159006e7bafedc85eee752b28b892ded97.tar.bz2 gentoo-2-f1f4b0159006e7bafedc85eee752b28b892ded97.zip |
Stable for HPPA PPC64 (bug #530238).
(Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-qt/qtsvg')
-rw-r--r-- | dev-qt/qtsvg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-qt/qtsvg/qtsvg-4.8.6-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-qt/qtsvg/ChangeLog b/dev-qt/qtsvg/ChangeLog index 190e825ef2cf..531eb72ed469 100644 --- a/dev-qt/qtsvg/ChangeLog +++ b/dev-qt/qtsvg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qtsvg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsvg/ChangeLog,v 1.28 2015/05/15 12:56:10 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsvg/ChangeLog,v 1.29 2015/05/16 09:58:06 jer Exp $ + + 16 May 2015; Jeroen Roovers <jer@gentoo.org> qtsvg-4.8.6-r1.ebuild: + Stable for HPPA PPC64 (bug #530238). 15 May 2015; Mikle Kolyada <zlogene@gentoo.org> qtsvg-4.8.6-r1.ebuild: x86 stable wrt bug #530238 diff --git a/dev-qt/qtsvg/qtsvg-4.8.6-r1.ebuild b/dev-qt/qtsvg/qtsvg-4.8.6-r1.ebuild index 55e008b59b6e..193716fe298d 100644 --- a/dev-qt/qtsvg/qtsvg-4.8.6-r1.ebuild +++ b/dev-qt/qtsvg/qtsvg-4.8.6-r1.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/qtsvg/qtsvg-4.8.6-r1.ebuild,v 1.4 2015/05/15 12:56:10 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsvg/qtsvg-4.8.6-r1.ebuild,v 1.5 2015/05/16 09:58:06 jer Exp $ EAPI=5 @@ -9,9 +9,9 @@ inherit qt4-build-multilib DESCRIPTION="The SVG module for the Qt toolkit" if [[ ${QT4_BUILD_TYPE} == live ]]; then - KEYWORDS="" + KEYWORDS="hppa ppc64" else - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="+accessibility" |