diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-11-30 20:28:08 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-11-30 20:28:08 +0000 |
commit | a2beff5bb018e489e9cd6ab3a8b41f09c3aaf3af (patch) | |
tree | 1559c9c3e3c04570fafddd5e49d6a4ed97b135c4 /x11-libs | |
parent | amd64 stable, bug 200623 (diff) | |
download | gentoo-2-a2beff5bb018e489e9cd6ab3a8b41f09c3aaf3af.tar.gz gentoo-2-a2beff5bb018e489e9cd6ab3a8b41f09c3aaf3af.tar.bz2 gentoo-2-a2beff5bb018e489e9cd6ab3a8b41f09c3aaf3af.zip |
amd64 stable, bug 200350
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.4.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 29e3f8d0c75b..eba508bda727 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.150 2007/11/30 14:08:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.151 2007/11/30 20:28:08 beandog Exp $ + + 30 Nov 2007; Steve Dibb <beandog@gentoo.org> cairo-1.4.12.ebuild: + amd64 stable, bug 200350 30 Nov 2007; Jeroen Roovers <jer@gentoo.org> cairo-1.4.12.ebuild: Stable for HPPA (bug #200350). diff --git a/x11-libs/cairo/cairo-1.4.12.ebuild b/x11-libs/cairo/cairo-1.4.12.ebuild index 11d24597ec43..51f20b59c17a 100644 --- a/x11-libs/cairo/cairo-1.4.12.ebuild +++ b/x11-libs/cairo/cairo-1.4.12.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.12.ebuild,v 1.4 2007/11/30 14:08:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.4.12.ebuild,v 1.5 2007/11/30 20:28:08 beandog 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 |