diff options
author | Markus Meier <maekke@gentoo.org> | 2015-02-28 19:59:47 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-02-28 19:59:47 +0000 |
commit | 1f0a9be4d357803c2c6b75ee02a0735fa4d7bd75 (patch) | |
tree | 73633183c46d19d06b086da00581298839727b4f /x11-libs/cairo | |
parent | add ~arm, bug #539208 (diff) | |
download | gentoo-2-1f0a9be4d357803c2c6b75ee02a0735fa4d7bd75.tar.gz gentoo-2-1f0a9be4d357803c2c6b75ee02a0735fa4d7bd75.tar.bz2 gentoo-2-1f0a9be4d357803c2c6b75ee02a0735fa4d7bd75.zip |
arm stable, bug #540676
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 d9d290311f0a..c0b9f715be63 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.406 2015/02/28 14:00:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.407 2015/02/28 19:59:47 maekke Exp $ + + 28 Feb 2015; Markus Meier <maekke@gentoo.org> cairo-1.12.18-r1.ebuild: + arm stable, bug #540676 28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cairo-1.12.18-r1.ebuild: Stable for ia64, 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 0edb10c94674..a6197fc0a268 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.5 2015/02/28 14:00:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18-r1.ebuild,v 1.6 2015/02/28 19:59:47 maekke 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" |