diff options
author | 2003-04-05 07:30:30 +0000 | |
---|---|---|
committer | 2003-04-05 07:30:30 +0000 | |
commit | ce42bf54e8172d0ad7ac0f95c1efb1552d2d5901 (patch) | |
tree | c05f27560436603702decc539cc7d4b5447453d9 /dev-python/mysql-python | |
parent | fixed for mysql4 (see ChangeLog) (diff) | |
download | gentoo-2-ce42bf54e8172d0ad7ac0f95c1efb1552d2d5901.tar.gz gentoo-2-ce42bf54e8172d0ad7ac0f95c1efb1552d2d5901.tar.bz2 gentoo-2-ce42bf54e8172d0ad7ac0f95c1efb1552d2d5901.zip |
reverted 0.9.2 agian (accidentaly changed this too and not only -r1)
Diffstat (limited to 'dev-python/mysql-python')
-rw-r--r-- | dev-python/mysql-python/mysql-python-0.9.2.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/dev-python/mysql-python/mysql-python-0.9.2.ebuild b/dev-python/mysql-python/mysql-python-0.9.2.ebuild index ca86ebc35b6a..75b7d5b237e5 100644 --- a/dev-python/mysql-python/mysql-python-0.9.2.ebuild +++ b/dev-python/mysql-python/mysql-python-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-0.9.2.ebuild,v 1.4 2003/04/05 07:20:53 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-0.9.2.ebuild,v 1.5 2003/04/05 07:30:30 lordvan Exp $ S=${WORKDIR}/MySQL-python-${PV} DESCRIPTION="MySQL Module for python" @@ -18,14 +18,6 @@ IUSE="" inherit distutils -src_compile() { - if has_version '>=dev-db/mysql-4.0.10' >& /dev/null - then - cp ${FILESDIR}/setup.py-0.9.2__mysql4 ${S}/setup.py - fi - distutils_src_compile -} - src_install() { distutils_src_install |