diff options
Diffstat (limited to 'net-zope/zmysqlda/zmysqlda-2.0.8.ebuild')
-rw-r--r-- | net-zope/zmysqlda/zmysqlda-2.0.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild b/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild index 2b088a3a1ffc..5d58646e948e 100644 --- a/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild +++ b/net-zope/zmysqlda/zmysqlda-2.0.8.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/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild,v 1.5 2004/06/25 01:26:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild,v 1.6 2004/10/23 22:42:39 lanius Exp $ inherit zproduct S="${WORKDIR}/lib/python/Products/" @@ -10,8 +10,8 @@ HOMEPAGE="http://sourceforge.net/projects/mysql-python" SRC_URI="mirror://sourceforge/mysql-python/ZMySQLDA-${PV}.tar.gz" LICENSE="GPL-2 | CNRI" KEYWORDS="x86 ~ppc" -RDEPEND=">=dev-python/mysql-python-py21-0.9.2 +RDEPEND=">=dev-python/mysql-python-0.9.2 ${RDEPEND}" ZPROD_LIST="ZMySQLDA" - +IUSE="" |