diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-27 05:37:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-27 05:37:41 +0000 |
commit | f2e6c21303d95f5f9c35016c658c935f02ad358d (patch) | |
tree | 120b1abbbc13e88b18b8cee71ebc3f637b683456 /x11-libs | |
parent | bup (diff) | |
download | gentoo-2-f2e6c21303d95f5f9c35016c658c935f02ad358d.tar.gz gentoo-2-f2e6c21303d95f5f9c35016c658c935f02ad358d.tar.bz2 gentoo-2-f2e6c21303d95f5f9c35016c658c935f02ad358d.zip |
Stable for HPPA PPC64 (bug #550318).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.14.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 74ecebfa6220..e57eaf5c2bda 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.416 2015/05/25 02:02:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.417 2015/05/27 05:37:41 jer Exp $ + + 27 May 2015; Jeroen Roovers <jer@gentoo.org> cairo-1.14.2.ebuild: + Stable for HPPA PPC64 (bug #550318). 25 May 2015; Patrick Lauer <patrick@gentoo.org> metadata.xml: Remove unneeded useflag description from metadata.xml diff --git a/x11-libs/cairo/cairo-1.14.2.ebuild b/x11-libs/cairo/cairo-1.14.2.ebuild index 6f18451f59a1..6ca842dc86af 100644 --- a/x11-libs/cairo/cairo-1.14.2.ebuild +++ b/x11-libs/cairo/cairo-1.14.2.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/x11-libs/cairo/cairo-1.14.2.ebuild,v 1.1 2015/03/25 03:15:30 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.14.2.ebuild,v 1.2 2015/05/27 05:37:41 jer Exp $ EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="http://cairographics.org/releases/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="A vector graphics library with cross-device output support" |