diff options
Diffstat (limited to 'dev-python/gadfly/gadfly-1.0.0.ebuild')
-rw-r--r-- | dev-python/gadfly/gadfly-1.0.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/gadfly/gadfly-1.0.0.ebuild b/dev-python/gadfly/gadfly-1.0.0.ebuild index a54c53bd67d0..2b5c17b8f8b7 100644 --- a/dev-python/gadfly/gadfly-1.0.0.ebuild +++ b/dev-python/gadfly/gadfly-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gadfly/gadfly-1.0.0.ebuild,v 1.8 2004/04/03 15:04:09 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gadfly/gadfly-1.0.0.ebuild,v 1.9 2004/05/04 11:45:20 kloeri Exp $ DESCRIPTION="relational database system implemented in Python" HOMEPAGE="http://gadfly.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/gadfly/${P}.tar.gz" KEYWORDS="x86 ~amd64" SLOT="0" LICENSE="BSD" +IUSE="" DEPEND="virtual/python" |