diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-01 16:05:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-01 16:05:34 +0000 |
commit | 4687f20760f206985eb4fca1e726b60049b9fc57 (patch) | |
tree | 4f6864f1796b22d93096f2d99b4780c485527311 /x11-libs/cairo | |
parent | Stable for alpha, wrt bug #466710 (diff) | |
download | gentoo-2-4687f20760f206985eb4fca1e726b60049b9fc57.tar.gz gentoo-2-4687f20760f206985eb4fca1e726b60049b9fc57.tar.bz2 gentoo-2-4687f20760f206985eb4fca1e726b60049b9fc57.zip |
Stable for alpha, wrt bug #447354
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.12.14-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 790fe7fc430d..a9b64d3763f0 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.354 2013/08/29 19:53:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.355 2013/09/01 16:05:34 ago Exp $ + + 01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> cairo-1.12.14-r4.ebuild: + Stable for alpha, wrt bug #447354 29 Aug 2013; Agostino Sarubbo <ago@gentoo.org> cairo-1.12.14-r4.ebuild: Stable for ia64, wrt bug #447354 diff --git a/x11-libs/cairo/cairo-1.12.14-r4.ebuild b/x11-libs/cairo/cairo-1.12.14-r4.ebuild index 85e469a8924f..6ab8a5aa40c7 100644 --- a/x11-libs/cairo/cairo-1.12.14-r4.ebuild +++ b/x11-libs/cairo/cairo-1.12.14-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.14-r4.ebuild,v 1.9 2013/08/29 19:53:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.14-r4.ebuild,v 1.10 2013/09/01 16:05:34 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="" else SRC_URI="http://cairographics.org/releases/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm hppa ia64 ~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 hppa ia64 ~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" |