diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-11-04 16:12:29 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-11-04 16:12:29 +0000 |
commit | ec036ce40ccd4d195efe293080c2f3cd8cfc0543 (patch) | |
tree | 6af15b93db77c45d7888ac128b9756c430afa759 /dev-python/adodb-py/adodb-py-1.0.1.ebuild | |
parent | Stable on x86 and ppc. (Manifest recommit) (diff) | |
download | gentoo-2-ec036ce40ccd4d195efe293080c2f3cd8cfc0543.tar.gz gentoo-2-ec036ce40ccd4d195efe293080c2f3cd8cfc0543.tar.bz2 gentoo-2-ec036ce40ccd4d195efe293080c2f3cd8cfc0543.zip |
depend on app-arch/unzip bug# 69831, marked stable x86
Diffstat (limited to 'dev-python/adodb-py/adodb-py-1.0.1.ebuild')
-rw-r--r-- | dev-python/adodb-py/adodb-py-1.0.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/adodb-py/adodb-py-1.0.1.ebuild b/dev-python/adodb-py/adodb-py-1.0.1.ebuild index 88961f519577..179465bed597 100644 --- a/dev-python/adodb-py/adodb-py-1.0.1.ebuild +++ b/dev-python/adodb-py/adodb-py-1.0.1.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/adodb-py/adodb-py-1.0.1.ebuild,v 1.3 2004/08/28 16:26:52 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/adodb-py-1.0.1.ebuild,v 1.4 2004/11/04 16:12:29 pythonhead Exp $ inherit distutils @@ -10,11 +10,12 @@ HOMEPAGE="http://adodb.sourceforge.net/" SRC_URI="mirror://sourceforge/adodb/${MY_P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="mysql postgresql" RDEPEND=">=dev-lang/python-2.3 postgresql? ( >=dev-python/psycopg-1.1.5.1 ) - mysql? ( >=dev-python/mysql-python-0.9.2 )" + mysql? ( >=dev-python/mysql-python-0.9.2 ) + app-arch/unzip" S="${WORKDIR}/${PN/-py/}" DOCS="LICENSE.txt README.txt" |