diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-09-18 03:01:53 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-09-18 03:01:53 +0000 |
commit | 2245161d5745b6cd0f21d706b6ee6a01bb96d32a (patch) | |
tree | 68a685e5414c2baa24c42d3af162c88997fc03a3 /x11-libs | |
parent | Version Bump. (diff) | |
download | gentoo-2-2245161d5745b6cd0f21d706b6ee6a01bb96d32a.tar.gz gentoo-2-2245161d5745b6cd0f21d706b6ee6a01bb96d32a.tar.bz2 gentoo-2-2245161d5745b6cd0f21d706b6ee6a01bb96d32a.zip |
Stable for HPPA (bug #285154).
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.8.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 911740d90472..82debd337cc6 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.223 2009/08/21 07:31:00 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.224 2009/09/18 03:01:53 jer Exp $ + + 18 Sep 2009; Jeroen Roovers <jer@gentoo.org> cairo-1.8.8.ebuild: + Stable for HPPA (bug #285154). 21 Aug 2009; Christian Faulhammer <fauli@gentoo.org> cairo-1.8.8.ebuild: revert all stable keywords diff --git a/x11-libs/cairo/cairo-1.8.8.ebuild b/x11-libs/cairo/cairo-1.8.8.ebuild index 311bf066b6f5..ac64ab72bcd6 100644 --- a/x11-libs/cairo/cairo-1.8.8.ebuild +++ b/x11-libs/cairo/cairo-1.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v 1.5 2009/08/21 07:31:00 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v 1.6 2009/09/18 03:01:53 jer Exp $ EAPI=2 @@ -12,7 +12,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="cleartype 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 |