diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-07-25 16:41:21 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-07-25 16:41:21 +0000 |
commit | e2f33f250f929e51590e797cff60b634012faae5 (patch) | |
tree | 75636e5ce4e31eb36309124f633c4a87129a8853 /x11-libs | |
parent | Stable on alpha, bug #329621 (diff) | |
download | gentoo-2-e2f33f250f929e51590e797cff60b634012faae5.tar.gz gentoo-2-e2f33f250f929e51590e797cff60b634012faae5.tar.bz2 gentoo-2-e2f33f250f929e51590e797cff60b634012faae5.zip |
Stable on alpha, bug #324617
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.8.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 7900de56b841..041361010724 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.249 2010/07/23 09:22:01 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.250 2010/07/25 16:41:21 klausman Exp $ + + 25 Jul 2010; Tobias Klausmann <klausman@gentoo.org> cairo-1.8.10.ebuild: + Stable on alpha, bug #324617 23 Jul 2010; Peter Volkov <pva@gentoo.org> cairo-1.8.10.ebuild: amd64 stable, bug 329175 diff --git a/x11-libs/cairo/cairo-1.8.10.ebuild b/x11-libs/cairo/cairo-1.8.10.ebuild index 4562aa02be9d..eec17b26d845 100644 --- a/x11-libs/cairo/cairo-1.8.10.ebuild +++ b/x11-libs/cairo/cairo-1.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.10.ebuild,v 1.5 2010/07/23 09:22:01 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.10.ebuild,v 1.6 2010/07/25 16:41:21 klausman Exp $ EAPI=2 @@ -13,7 +13,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 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="aqua cleartype debug directfb doc glitz lcdfilter 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 |