diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-08-08 21:59:05 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-08-08 21:59:05 +0000 |
commit | 846413b4818b0515ac17b6956cdbf1b86165207a (patch) | |
tree | 44b9f625f0cbf30a50f5c8324d8cbc7a5cac232f /x11-libs | |
parent | alpha/ia64 stable wrt #185823 (diff) | |
download | gentoo-2-846413b4818b0515ac17b6956cdbf1b86165207a.tar.gz gentoo-2-846413b4818b0515ac17b6956cdbf1b86165207a.tar.bz2 gentoo-2-846413b4818b0515ac17b6956cdbf1b86165207a.zip |
alpha/ia64 stable wrt #185823
(Portage version: 2.1.2.11)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.4.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 20dd8ddf2db2..9ab4ba64791d 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.140 2007/08/07 19:15:55 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.141 2007/08/08 21:59:05 armin76 Exp $ + + 08 Aug 2007; Raúl Porcel <armin76@gentoo.org> cairo-1.4.10.ebuild: + alpha/ia64 stable wrt #185823 07 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> cairo-1.4.10.ebuild: Stable on ppc wrt bug #185823. diff --git a/x11-libs/cairo/cairo-1.4.10.ebuild b/x11-libs/cairo/cairo-1.4.10.ebuild index 7ae13cd6897b..0c145cf02a78 100644 --- a/x11-libs/cairo/cairo-1.4.10.ebuild +++ b/x11-libs/cairo/cairo-1.4.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.4.10.ebuild,v 1.4 2007/08/07 19:15:55 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.4.10.ebuild,v 1.5 2007/08/08 21:59:05 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="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 |