diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-10-06 13:43:33 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-10-06 13:43:33 +0000 |
commit | 249eae5aa2f6244cc0b596b2402655d25b3110a9 (patch) | |
tree | a11c034233d1871b8d7bc36bb2626d42ae40c60d /x11-libs/cairo | |
parent | Version bumped. Mostly a bugfix release. (diff) | |
download | gentoo-2-249eae5aa2f6244cc0b596b2402655d25b3110a9.tar.gz gentoo-2-249eae5aa2f6244cc0b596b2402655d25b3110a9.tar.bz2 gentoo-2-249eae5aa2f6244cc0b596b2402655d25b3110a9.zip |
drop test from IUSE since it's not used
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/cairo-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/cairo/cairo-1.8.0.ebuild b/x11-libs/cairo/cairo-1.8.0.ebuild index 0cf1fdf717b6..5daabc06fb9b 100644 --- a/x11-libs/cairo/cairo-1.8.0.ebuild +++ b/x11-libs/cairo/cairo-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild,v 1.3 2008/09/30 18:49:43 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild,v 1.4 2008/10/06 13:43:33 cardoe Exp $ inherit eutils flag-o-matic libtool @@ -11,7 +11,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 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="debug directfb doc glitz opengl svg test X xcb" +IUSE="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 RESTRICT="test" |