diff options
Diffstat (limited to 'net-zope/zmysqlda')
-rw-r--r-- | net-zope/zmysqlda/Manifest | 2 | ||||
-rw-r--r-- | net-zope/zmysqlda/zmysqlda-2.0.8.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-zope/zmysqlda/Manifest b/net-zope/zmysqlda/Manifest index dd93ff3b885b..888c9f8cd3db 100644 --- a/net-zope/zmysqlda/Manifest +++ b/net-zope/zmysqlda/Manifest @@ -1,3 +1,3 @@ MD5 45e6ce790ce3ee6dbbab00ee209f0ac4 ChangeLog 447 -MD5 4c441a145fc66fd9060a4255c4089003 zmysqlda-2.0.8.ebuild 588 +MD5 dfafe780febeeff441d30477b7fb7472 zmysqlda-2.0.8.ebuild 588 MD5 989397e8bf1fbbb3a66170edef51e4fb files/digest-zmysqlda-2.0.8 129 diff --git a/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild b/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild index c60c3cf05f85..dabf7bead617 100644 --- a/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild +++ b/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 2002-2003 Gentoo Technologies, Inc. # 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.2 2003/04/06 03:44:28 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild,v 1.3 2003/09/07 00:21:34 msterret Exp $ inherit zproduct S="${WORKDIR}/lib/python/Products/" @@ -10,7 +10,7 @@ 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-py21-0.9.2 ${RDEPEND}" ZPROD_LIST="ZMySQLDA" |