diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-03 17:30:39 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-03 17:30:39 +0000 |
commit | 7c92dd188032543753a48c055f89c36f19fca9e9 (patch) | |
tree | d4d39b4ccf01a5f61d2648fd2c6435c2f28b064e /dev-python/sip/sip-4.8.2-r1.ebuild | |
parent | old (diff) | |
download | gentoo-2-7c92dd188032543753a48c055f89c36f19fca9e9.tar.gz gentoo-2-7c92dd188032543753a48c055f89c36f19fca9e9.tar.bz2 gentoo-2-7c92dd188032543753a48c055f89c36f19fca9e9.zip |
Remove dependencies whose absence will cause more problems.
(Portage version: 14479-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/sip/sip-4.8.2-r1.ebuild')
-rw-r--r-- | dev-python/sip/sip-4.8.2-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/sip/sip-4.8.2-r1.ebuild b/dev-python/sip/sip-4.8.2-r1.ebuild index e2f4dd1181ac..08456c3027c4 100644 --- a/dev-python/sip/sip-4.8.2-r1.ebuild +++ b/dev-python/sip/sip-4.8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.8.2-r1.ebuild,v 1.1 2009/10/02 22:03:11 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.8.2-r1.ebuild,v 1.2 2009/10/03 17:30:39 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -21,9 +21,7 @@ IUSE="debug doc" S="${WORKDIR}/${MY_P}" DEPEND="" -# Ensure that dev-python/sip is installed by default for Python 2 and Python 3. -RDEPEND="=dev-lang/python-2* - =dev-lang/python-3*" +RDEPEND="" src_prepare() { epatch "${FILESDIR}/${P}-python-3.patch" |