diff options
author | 2015-06-02 05:22:04 +0000 | |
---|---|---|
committer | 2015-06-02 05:22:04 +0000 | |
commit | 2c6e90db13a0f40e9323f0e87e3eadf4156b552a (patch) | |
tree | f432af2ad9e0d30e58b642afa131668b207d435e /x11-libs | |
parent | sparc stable wrt bug #550308 (diff) | |
download | gentoo-2-2c6e90db13a0f40e9323f0e87e3eadf4156b552a.tar.gz gentoo-2-2c6e90db13a0f40e9323f0e87e3eadf4156b552a.tar.bz2 gentoo-2-2c6e90db13a0f40e9323f0e87e3eadf4156b552a.zip |
sparc stable wrt bug #550318
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key )
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 cdefe0bab7b8..5e6317174e0a 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.420 2015/05/30 16:18:34 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.421 2015/06/02 05:22:04 jmorgan Exp $ + + 02 Jun 2015; Jack Morgan <jmorgan@gentoo.org> cairo-1.14.2.ebuild: + sparc stable wrt bug #550318 30 May 2015; Mikle Kolyada <zlogene@gentoo.org> cairo-1.14.2.ebuild: arm stable wrt bug #550318 diff --git a/x11-libs/cairo/cairo-1.14.2.ebuild b/x11-libs/cairo/cairo-1.14.2.ebuild index d671bf3a7964..850a4f41bdcd 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.5 2015/05/30 16:18:34 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.14.2.ebuild,v 1.6 2015/06/02 05:22:04 jmorgan 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" |