diff options
Diffstat (limited to 'dev-python/gadfly')
-rw-r--r-- | dev-python/gadfly/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/gadfly/gadfly-1.0.0.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/gadfly/ChangeLog b/dev-python/gadfly/ChangeLog index 46a0d7d83df2..2a69974c896f 100644 --- a/dev-python/gadfly/ChangeLog +++ b/dev-python/gadfly/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gadfly -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gadfly/ChangeLog,v 1.3 2003/03/25 21:04:27 liquidx Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gadfly/ChangeLog,v 1.4 2004/05/04 11:45:20 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> gadfly-1.0.0.ebuild: + Add missing IUSE. *gadfly-1.0.0 (17 Dec 2002) 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" |