summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-10-29 19:07:18 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-10-29 19:07:18 +0000
commit192401dfb67269ba7ef41f5d58c15b0d56543197 (patch)
treea4c6175a86c3d12d70f5015d1d55fce564e69443 /dev-python/pycurl/pycurl-7.12.ebuild
parentversion bump (diff)
downloadhistorical-192401dfb67269ba7ef41f5d58c15b0d56543197.tar.gz
historical-192401dfb67269ba7ef41f5d58c15b0d56543197.tar.bz2
historical-192401dfb67269ba7ef41f5d58c15b0d56543197.zip
Removed version with no corresponding version of curl, changed DEPEND to match exact version of net-misc/curl, marked stable X86
Diffstat (limited to 'dev-python/pycurl/pycurl-7.12.ebuild')
-rw-r--r--dev-python/pycurl/pycurl-7.12.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pycurl/pycurl-7.12.ebuild b/dev-python/pycurl/pycurl-7.12.ebuild
index 799f6f72bd06..cb5304ec8ea5 100644
--- a/dev-python/pycurl/pycurl-7.12.ebuild
+++ b/dev-python/pycurl/pycurl-7.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.12.ebuild,v 1.2 2004/10/18 21:04:09 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.12.ebuild,v 1.3 2004/10/29 19:07:18 pythonhead Exp $
inherit distutils
@@ -10,11 +10,11 @@ SRC_URI="http://pycurl.sourceforge.net/download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~ppc ~amd64"
+KEYWORDS="x86 ~sparc ~ppc ~amd64"
IUSE=""
DEPEND="virtual/python
- >=net-misc/curl-${PV}"
+ =net-misc/curl-${PV}*"
PYTHON_MODNAME="curl"