diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-17 07:51:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-17 07:51:58 +0000 |
commit | d7eef62a79eafe31b0396db400dea8d19ccae831 (patch) | |
tree | 6a2bb796dff2b6e93f33821619c563eb29790eca /x11-libs/cairo | |
parent | Stable for ia64, wrt bug #500368 (diff) | |
download | gentoo-2-d7eef62a79eafe31b0396db400dea8d19ccae831.tar.gz gentoo-2-d7eef62a79eafe31b0396db400dea8d19ccae831.tar.bz2 gentoo-2-d7eef62a79eafe31b0396db400dea8d19ccae831.zip |
Stable for ia64, wrt bug #500368
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, 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.16.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 1356184d4e87..6fd7f6bfbbda 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.366 2014/04/16 07:44:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.367 2014/04/17 07:51:58 ago Exp $ + + 17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> cairo-1.12.16.ebuild: + Stable for ia64, wrt bug #500368 16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> cairo-1.12.16.ebuild: Stable for ppc64, wrt bug #500368 diff --git a/x11-libs/cairo/cairo-1.12.16.ebuild b/x11-libs/cairo/cairo-1.12.16.ebuild index 24af317c4feb..89e85b75af9a 100644 --- a/x11-libs/cairo/cairo-1.12.16.ebuild +++ b/x11-libs/cairo/cairo-1.12.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16.ebuild,v 1.7 2014/04/16 07:44:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16.ebuild,v 1.8 2014/04/17 07:51:58 ago Exp $ EAPI=5 @@ -10,10 +10,10 @@ if [[ ${PV} == *9999* ]]; then inherit git-2 EGIT_REPO_URI="git://anongit.freedesktop.org/git/cairo" SRC_URI="" - KEYWORDS="hppa ppc ppc64 x86" + KEYWORDS="hppa ia64 ppc ppc64 x86" 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" |