diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-03-18 14:28:12 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-03-18 14:28:12 +0000 |
commit | ffc94b32c362ddb719e6b01b460a17d5fb99f3a3 (patch) | |
tree | 9e95e12c3504ccbc37b374cc1d56c0d997fe1757 /x11-libs/cairo | |
parent | alpha/ia64 stable wrt #260063 (diff) | |
download | historical-ffc94b32c362ddb719e6b01b460a17d5fb99f3a3.tar.gz historical-ffc94b32c362ddb719e6b01b460a17d5fb99f3a3.tar.bz2 historical-ffc94b32c362ddb719e6b01b460a17d5fb99f3a3.zip |
alpha/ia64 stable wrt #260063
Package-Manager: portage-2.1.6.7/cvs/Linux ia64
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.8.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 63cabb60eb38..e3bba0366611 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.214 2009/03/15 20:56:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.215 2009/03/18 14:21:26 armin76 Exp $ + + 18 Mar 2009; Raúl Porcel <armin76@gentoo.org> cairo-1.8.6-r1.ebuild: + alpha/ia64 stable wrt #260063 15 Mar 2009; Markus Meier <maekke@gentoo.org> cairo-1.8.6-r1.ebuild: x86 stable, bug #260063 diff --git a/x11-libs/cairo/cairo-1.8.6-r1.ebuild b/x11-libs/cairo/cairo-1.8.6-r1.ebuild index bbc97cee7bb2..0b187ca2426f 100644 --- a/x11-libs/cairo/cairo-1.8.6-r1.ebuild +++ b/x11-libs/cairo/cairo-1.8.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.6-r1.ebuild,v 1.5 2009/03/15 20:56:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.6-r1.ebuild,v 1.6 2009/03/18 14:21:26 armin76 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 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="cleartype debug directfb doc glitz opengl svg X xcb" # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it |