diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-01-09 11:39:45 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-01-09 11:39:45 +0000 |
commit | 39fcac28ad43bee822eedd38d1463c3775c16c5c (patch) | |
tree | 5a95e30d4cb93e1c0e887cf88a23f740927b3948 /x11-libs | |
parent | Stable for HPPA (bug #536034). (diff) | |
download | gentoo-2-39fcac28ad43bee822eedd38d1463c3775c16c5c.tar.gz gentoo-2-39fcac28ad43bee822eedd38d1463c3775c16c5c.tar.bz2 gentoo-2-39fcac28ad43bee822eedd38d1463c3775c16c5c.zip |
Stable for HPPA (bug #525300).
(Portage version: 2.2.15/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.12.16-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index e90024fd6ff4..07dae0464851 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.395 2015/01/08 20:46:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.396 2015/01/09 11:39:45 jer Exp $ + + 09 Jan 2015; Jeroen Roovers <jer@gentoo.org> cairo-1.12.16-r4.ebuild: + Stable for HPPA (bug #525300). 08 Jan 2015; Markus Meier <maekke@gentoo.org> cairo-1.12.16-r4.ebuild: arm stable, bug #525300 diff --git a/x11-libs/cairo/cairo-1.12.16-r4.ebuild b/x11-libs/cairo/cairo-1.12.16-r4.ebuild index c8e00e1fe822..2629ee280424 100644 --- a/x11-libs/cairo/cairo-1.12.16-r4.ebuild +++ b/x11-libs/cairo/cairo-1.12.16-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/x11-libs/cairo/cairo-1.12.16-r4.ebuild,v 1.3 2015/01/08 20:46:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r4.ebuild,v 1.4 2015/01/09 11:39:45 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" |