diff options
author | Brent Baude <ranger@gentoo.org> | 2008-09-10 13:43:42 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-09-10 13:43:42 +0000 |
commit | 2b3b4048a0c69e5465113b4fed62b79557ceb1e5 (patch) | |
tree | 3dc7b93e2b5297c93f2317f8fb0e20fe2fe38cc0 /x11-libs/cairo | |
parent | Spell "Sparc" correctly in the ChangeLog. (diff) | |
download | gentoo-2-2b3b4048a0c69e5465113b4fed62b79557ceb1e5.tar.gz gentoo-2-2b3b4048a0c69e5465113b4fed62b79557ceb1e5.tar.bz2 gentoo-2-2b3b4048a0c69e5465113b4fed62b79557ceb1e5.zip |
Marking cairo-1.6.4-r1 ppc64 and ppc for bug 237321
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.6.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 35d9d98778a9..f4f4c3b2a737 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.192 2008/08/28 13:43:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.193 2008/09/10 13:43:42 ranger Exp $ + + 10 Sep 2008; Brent Baude <ranger@gentoo.org> cairo-1.6.4-r1.ebuild: + Marking cairo-1.6.4-r1 ppc64 and ppc for bug 237321 *cairo-1.7.4 (28 Aug 2008) diff --git a/x11-libs/cairo/cairo-1.6.4-r1.ebuild b/x11-libs/cairo/cairo-1.6.4-r1.ebuild index 60ea008f6fcf..d8bfa2854c4a 100644 --- a/x11-libs/cairo/cairo-1.6.4-r1.ebuild +++ b/x11-libs/cairo/cairo-1.6.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.6.4-r1.ebuild,v 1.1 2008/08/21 13:20:16 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.6.4-r1.ebuild,v 1.2 2008/09/10 13:43:42 ranger Exp $ inherit eutils flag-o-matic libtool @@ -10,7 +10,7 @@ SRC_URI="http://cairographics.org/releases/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug directfb doc glitz opengl svg test X xcb" # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it |