summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-03-26 20:56:55 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-03-26 20:56:55 +0000
commit3ffce6c47e8f93fa9a7e1b25f2730a28ae7279d3 (patch)
treeb71a5cf98783fc36d2dc4125f0f756cc32cef073 /media-libs/raptor/raptor-0.9.12.ebuild
parentremove gimp2 mask (diff)
downloadgentoo-2-3ffce6c47e8f93fa9a7e1b25f2730a28ae7279d3.tar.gz
gentoo-2-3ffce6c47e8f93fa9a7e1b25f2730a28ae7279d3.tar.bz2
gentoo-2-3ffce6c47e8f93fa9a7e1b25f2730a28ae7279d3.zip
Cleaned up USE flags.
Diffstat (limited to 'media-libs/raptor/raptor-0.9.12.ebuild')
-rw-r--r--media-libs/raptor/raptor-0.9.12.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/raptor/raptor-0.9.12.ebuild b/media-libs/raptor/raptor-0.9.12.ebuild
index 7f03b5922fcd..14e6e1826c28 100644
--- a/media-libs/raptor/raptor-0.9.12.ebuild
+++ b/media-libs/raptor/raptor-0.9.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-0.9.12.ebuild,v 1.4 2004/02/13 03:04:30 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-0.9.12.ebuild,v 1.5 2004/03/26 20:56:55 eradicator Exp $
DESCRIPTION="The RDF Parser Toolkit"
HOMEPAGE="http://www.redland.opensource.ac.uk/raptor/"
@@ -8,13 +8,13 @@ SRC_URI="http://www.redland.opensource.ac.uk/dist/source/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~sparc"
-IUSE="curl"
+IUSE="curl ssl"
DEPEND="virtual/glibc
ssl? ( dev-libs/openssl )
curl? ( net-ftp/curl )
>=dev-libs/libxml2-2.4.24"
-S=${WORKDIR}/${P}
+IUSE=""
DOC="AUTHORS COPYING COPYING.LIB ChangeLog INSTALL LICENSE.txt NEWS README"
HTML="INSTALL.html LICENSE.html MPL.html NEWS.html README.html"