diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-28 14:00:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-28 14:00:29 +0000 |
commit | abf5dea6ba989487a58b116c74fbaa77d077f24b (patch) | |
tree | 50acc29308d2c556e88914f038647ce248b5b1d3 /x11-libs/cairo | |
parent | Stable for ia64, wrt bug #534800 (diff) | |
download | gentoo-2-abf5dea6ba989487a58b116c74fbaa77d077f24b.tar.gz gentoo-2-abf5dea6ba989487a58b116c74fbaa77d077f24b.tar.bz2 gentoo-2-abf5dea6ba989487a58b116c74fbaa77d077f24b.zip |
Stable for ia64, wrt bug #540676
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", 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.18-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 3a73c8576b88..d9d290311f0a 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.405 2015/02/27 11:34:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.406 2015/02/28 14:00:29 ago Exp $ + + 28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cairo-1.12.18-r1.ebuild: + Stable for ia64, wrt bug #540676 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cairo-1.12.18-r1.ebuild: Stable for sparc, wrt bug #540676 diff --git a/x11-libs/cairo/cairo-1.12.18-r1.ebuild b/x11-libs/cairo/cairo-1.12.18-r1.ebuild index 59b7b8641ba8..0edb10c94674 100644 --- a/x11-libs/cairo/cairo-1.12.18-r1.ebuild +++ b/x11-libs/cairo/cairo-1.12.18-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/x11-libs/cairo/cairo-1.12.18-r1.ebuild,v 1.4 2015/02/27 11:34:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18-r1.ebuild,v 1.5 2015/02/28 14:00:29 ago 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" |