diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 12:16:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 12:16:00 +0000 |
commit | 61165985245a7bd008ae6e009f7be69f64bb043e (patch) | |
tree | 411629830ce879eb36ce969381f6d72ebc865433 /dev-python/gadfly | |
parent | tthat pesky cleanilness will break 1.0 profile. reintroducing openldap 2.0.25. (diff) | |
download | gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.tar.gz gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.tar.bz2 gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.zip |
reverting the x86 mess that amd64 made in dev-python. basically just
reverted to dev-python 24 hours ago.
Diffstat (limited to 'dev-python/gadfly')
-rw-r--r-- | dev-python/gadfly/Manifest | 2 | ||||
-rw-r--r-- | dev-python/gadfly/gadfly-1.0.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/gadfly/Manifest b/dev-python/gadfly/Manifest index 7816101797ab..7e67dba5afb1 100644 --- a/dev-python/gadfly/Manifest +++ b/dev-python/gadfly/Manifest @@ -1,3 +1,3 @@ MD5 8897b66bbd0f86dcf68461cf6a54c6aa ChangeLog 436 -MD5 85fa26e975045b6d7075ef8d5e6461c7 gadfly-1.0.0.ebuild 762 +MD5 1277d87f0bf3b8a0110c06b875179ed1 gadfly-1.0.0.ebuild 754 MD5 8e1128c918bb21f44497bb31c44949e6 files/digest-gadfly-1.0.0 64 diff --git a/dev-python/gadfly/gadfly-1.0.0.ebuild b/dev-python/gadfly/gadfly-1.0.0.ebuild index c92191103333..3b5ccae2ba19 100644 --- a/dev-python/gadfly/gadfly-1.0.0.ebuild +++ b/dev-python/gadfly/gadfly-1.0.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/gadfly/gadfly-1.0.0.ebuild,v 1.5 2003/06/21 22:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gadfly/gadfly-1.0.0.ebuild,v 1.6 2003/06/22 12:15:59 liquidx Exp $ DESCRIPTION="relational database system implemented in Python" SRC_URI="mirror://sourceforge/gadfly/${P}.tar.gz" HOMEPAGE="http://gadfly.sourceforge.net/" SLOT="0" -KEYWORDS="x86 amd64" +KEYWORDS="x86" LICENSE="BSD" DEPEND="virtual/python" |