diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-19 11:22:28 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-19 11:22:28 +0000 |
commit | 0233f5cde86641d6cfb7f2e374f5672ca22bd4ea (patch) | |
tree | fb01648b07d92bbe5f6fe4135607777e9296b42c /x11-libs/cairo | |
parent | x86 stable wrt bug 167566 (diff) | |
download | gentoo-2-0233f5cde86641d6cfb7f2e374f5672ca22bd4ea.tar.gz gentoo-2-0233f5cde86641d6cfb7f2e374f5672ca22bd4ea.tar.bz2 gentoo-2-0233f5cde86641d6cfb7f2e374f5672ca22bd4ea.zip |
x86 stable wrt bug 167573
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 74cac81f2052..f75fba31bd51 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.101 2007/02/19 05:54:06 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.102 2007/02/19 11:22:28 armin76 Exp $ + + 19 Feb 2007; Raúl Porcel <armin76@gentoo.org> cairo-1.2.6.ebuild: + x86 stable wrt bug 167573 *cairo-1.3.14 (19 Feb 2007) diff --git a/x11-libs/cairo/cairo-1.2.6.ebuild b/x11-libs/cairo/cairo-1.2.6.ebuild index 5c7c49863b61..045c9f3bd2f7 100644 --- a/x11-libs/cairo/cairo-1.2.6.ebuild +++ b/x11-libs/cairo/cairo-1.2.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.2.6.ebuild,v 1.8 2007/02/18 10:32:33 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.9 2007/02/19 11:22:28 armin76 Exp $ inherit eutils flag-o-matic @@ -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" # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it |