diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-06-14 04:24:01 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-06-14 04:24:01 +0000 |
commit | 39b42d66f5770d4d0c843823055202707ccb0d05 (patch) | |
tree | 6b42000d2f866c156e0a3724c6f53d63c0a8d3ce /x11-libs | |
parent | Stable for HPPA (bug #181922 ). (diff) | |
download | gentoo-2-39b42d66f5770d4d0c843823055202707ccb0d05.tar.gz gentoo-2-39b42d66f5770d4d0c843823055202707ccb0d05.tar.bz2 gentoo-2-39b42d66f5770d4d0c843823055202707ccb0d05.zip |
Stable for HPPA (bug #176367).
(Portage version: 2.1.2.7)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 5016175f8e9d..3c213f87a2e8 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.123 2007/06/13 22:53:47 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.124 2007/06/14 04:24:01 jer Exp $ + + 14 Jun 2007; Jeroen Roovers <jer@gentoo.org> cairo-1.4.6.ebuild: + Stable for HPPA (bug #176367). *cairo-1.4.8 (13 Jun 2007) diff --git a/x11-libs/cairo/cairo-1.4.6.ebuild b/x11-libs/cairo/cairo-1.4.6.ebuild index 803436dbb9c3..ff8cb9a771a3 100644 --- a/x11-libs/cairo/cairo-1.4.6.ebuild +++ b/x11-libs/cairo/cairo-1.4.6.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.6.ebuild,v 1.1 2007/05/09 21:10:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.4.6.ebuild,v 1.2 2007/06/14 04:24:01 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 ~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 svg X xcb" # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it |