diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2007-03-04 10:02:04 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2007-03-04 10:02:04 +0000 |
commit | 121e087550285c8f7d34f88d90f12125340874c1 (patch) | |
tree | feee5f68bed4c945a5db31772bd53b433f1585fe /dev-python/pymssql/pymssql-0.7.4.ebuild | |
parent | Replaced einfo with elog in pkg_postinst. In 3.5: added doc/examples use-flag... (diff) | |
download | gentoo-2-121e087550285c8f7d34f88d90f12125340874c1.tar.gz gentoo-2-121e087550285c8f7d34f88d90f12125340874c1.tar.bz2 gentoo-2-121e087550285c8f7d34f88d90f12125340874c1.zip |
Removed old versions. Added NEED_PYTHON.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'dev-python/pymssql/pymssql-0.7.4.ebuild')
-rw-r--r-- | dev-python/pymssql/pymssql-0.7.4.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-python/pymssql/pymssql-0.7.4.ebuild b/dev-python/pymssql/pymssql-0.7.4.ebuild index 14422a66891e..91544326ca69 100644 --- a/dev-python/pymssql/pymssql-0.7.4.ebuild +++ b/dev-python/pymssql/pymssql-0.7.4.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pymssql/pymssql-0.7.4.ebuild,v 1.1 2006/03/19 09:50:43 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pymssql/pymssql-0.7.4.ebuild,v 1.2 2007/03/04 10:02:04 lucass Exp $ + +NEED_PYTHON=2.4 inherit distutils @@ -13,12 +15,11 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" -DEPEND=">=dev-lang/python-2.4 - >=dev-db/freetds-0.63" +DEPEND=">=dev-db/freetds-0.63" + pkg_setup() { if ! built_with_use dev-db/freetds mssql ; then eerror "Re-emerge freetds with USE=mssql" die "Re-emerge freetds with USE=mssql" fi } - |