diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-09-16 22:13:33 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-09-16 22:13:33 +0000 |
commit | 8eac20b3caa90508095708cf8ab1f7e519f9e8e3 (patch) | |
tree | da3b01e679c5ed33420213a45c44c28cf3168dad /x11-libs/cairo | |
parent | viking bump (diff) | |
download | gentoo-2-8eac20b3caa90508095708cf8ab1f7e519f9e8e3.tar.gz gentoo-2-8eac20b3caa90508095708cf8ab1f7e519f9e8e3.tar.bz2 gentoo-2-8eac20b3caa90508095708cf8ab1f7e519f9e8e3.zip |
Stable for HPPA (bug #237321).
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
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 ff9a16047771..4b785f74d80c 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.194 2008/09/10 14:05:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.195 2008/09/16 22:13:33 jer Exp $ + + 16 Sep 2008; Jeroen Roovers <jer@gentoo.org> cairo-1.6.4-r1.ebuild: + Stable for HPPA (bug #237321). 10 Sep 2008; Raúl Porcel <armin76@gentoo.org> cairo-1.6.4-r1.ebuild: alpha/ia64/sparc/x86 stable wrt #237321 diff --git a/x11-libs/cairo/cairo-1.6.4-r1.ebuild b/x11-libs/cairo/cairo-1.6.4-r1.ebuild index 91eaf8c5aef5..2f1562fab858 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.3 2008/09/10 14:05:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.6.4-r1.ebuild,v 1.4 2008/09/16 22:13:33 jer 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 |