diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-06-05 11:20:35 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-06-05 11:20:35 +0000 |
commit | d6232fbb506050170e1b7c6b5a0f6b9bfe6c6d52 (patch) | |
tree | 36f547b1c602d4336bbf470574a471fd6383126d /x11-libs/cairo | |
parent | Initial commit. Closes bug 102389. Thanks to Francisco José Cañizares Santo... (diff) | |
download | historical-d6232fbb506050170e1b7c6b5a0f6b9bfe6c6d52.tar.gz historical-d6232fbb506050170e1b7c6b5a0f6b9bfe6c6d52.tar.bz2 historical-d6232fbb506050170e1b7c6b5a0f6b9bfe6c6d52.zip |
alpha/ia64/sparc/x86 stable wrt #224929
Package-Manager: portage-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.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 319c11a252d3..bda11ff008b4 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.183 2008/06/05 07:47:46 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.184 2008/06/05 11:20:35 armin76 Exp $ + + 05 Jun 2008; Raúl Porcel <armin76@gentoo.org> cairo-1.6.4.ebuild: + alpha/ia64/sparc/x86 stable wrt #224929 05 Jun 2008; Peter Alfredsen <loki_val@gentoo.org> cairo-1.6.4.ebuild: fixed typo in ebuild. Fixes bug 224955. diff --git a/x11-libs/cairo/cairo-1.6.4.ebuild b/x11-libs/cairo/cairo-1.6.4.ebuild index 6dfbdd222b04..1d24aa608cf4 100644 --- a/x11-libs/cairo/cairo-1.6.4.ebuild +++ b/x11-libs/cairo/cairo-1.6.4.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.ebuild,v 1.5 2008/06/05 07:47:46 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.6.4.ebuild,v 1.6 2008/06/05 11:20:35 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 ~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" RDEPEND="media-libs/fontconfig |