diff options
author | 2015-05-27 11:02:52 +0000 | |
---|---|---|
committer | 2015-05-27 11:02:52 +0000 | |
commit | adf90e33518fe8dceeb2e929d90c41a90be825fb (patch) | |
tree | 6ab1ff573e703da2224bcb9a4357bcefd49753df /x11-libs/cairo | |
parent | Stable for x86, wrt bug #550334 (diff) | |
download | gentoo-2-adf90e33518fe8dceeb2e929d90c41a90be825fb.tar.gz gentoo-2-adf90e33518fe8dceeb2e929d90c41a90be825fb.tar.bz2 gentoo-2-adf90e33518fe8dceeb2e929d90c41a90be825fb.zip |
Stable for x86, wrt bug #550318
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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.14.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 387ae5b5742d..21d60b20a706 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.418 2015/05/27 08:26:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.419 2015/05/27 11:02:52 ago Exp $ + + 27 May 2015; Agostino Sarubbo <ago@gentoo.org> cairo-1.14.2.ebuild: + Stable for x86, wrt bug #550318 27 May 2015; Agostino Sarubbo <ago@gentoo.org> cairo-1.14.2.ebuild: Stable for amd64, wrt bug #550318 diff --git a/x11-libs/cairo/cairo-1.14.2.ebuild b/x11-libs/cairo/cairo-1.14.2.ebuild index 12e74549a45c..0d1c31d6e38d 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.3 2015/05/27 08:26:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.14.2.ebuild,v 1.4 2015/05/27 11:02:52 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" |