diff options
author | Peter Volkov <pva@gentoo.org> | 2010-07-23 09:22:01 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-07-23 09:22:01 +0000 |
commit | 58ef245a3df53ad4d40333ef02b0b49b7236df8e (patch) | |
tree | f12db862d0c7e01c684af144c9a6ab1add168054 /x11-libs/cairo | |
parent | Correct postinst message on revdep-rebuild (diff) | |
download | gentoo-2-58ef245a3df53ad4d40333ef02b0b49b7236df8e.tar.gz gentoo-2-58ef245a3df53ad4d40333ef02b0b49b7236df8e.tar.bz2 gentoo-2-58ef245a3df53ad4d40333ef02b0b49b7236df8e.zip |
amd64 stable, bug 329175
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/cairo')
-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 8918cfc903eb..7900de56b841 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.248 2010/07/21 19:46:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.249 2010/07/23 09:22:01 pva Exp $ + + 23 Jul 2010; Peter Volkov <pva@gentoo.org> cairo-1.8.10.ebuild: + amd64 stable, bug 329175 21 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> cairo-1.8.10.ebuild: ppc64 stable wrt #329175 diff --git a/x11-libs/cairo/cairo-1.8.10.ebuild b/x11-libs/cairo/cairo-1.8.10.ebuild index 530cca6a369e..4562aa02be9d 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.4 2010/07/21 19:46:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.10.ebuild,v 1.5 2010/07/23 09:22:01 pva 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 |