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/log4py | |
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/log4py')
-rw-r--r-- | dev-python/log4py/Manifest | 2 | ||||
-rw-r--r-- | dev-python/log4py/log4py-1.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/log4py/Manifest b/dev-python/log4py/Manifest index 1ebef2dc0e98..1bbfd5ba5918 100644 --- a/dev-python/log4py/Manifest +++ b/dev-python/log4py/Manifest @@ -1,3 +1,3 @@ MD5 a70e6c8e6ae3488c4e2dc0e252829b95 ChangeLog 454 -MD5 2009a6ba6ebb64cb7b40526596436304 log4py-1.1.ebuild 686 +MD5 4dc0f5d3ba3b9286808ebbcf72885e58 log4py-1.1.ebuild 678 MD5 a820c38660b8c987de0c9e71a7786846 files/digest-log4py-1.1 61 diff --git a/dev-python/log4py/log4py-1.1.ebuild b/dev-python/log4py/log4py-1.1.ebuild index 2477a8242899..f1a978909e8f 100644 --- a/dev-python/log4py/log4py-1.1.ebuild +++ b/dev-python/log4py/log4py-1.1.ebuild @@ -1,6 +1,6 @@ # 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/log4py/log4py-1.1.ebuild,v 1.4 2003/06/21 22:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/log4py/log4py-1.1.ebuild,v 1.5 2003/06/22 12:15:59 liquidx Exp $ S=${WORKDIR}/${P} DESCRIPTION="A python logging module similar to log4j" @@ -12,7 +12,7 @@ RDEPEND="" IUSE="" SLOT="0" -KEYWORDS="x86 amd64 ppc sparc " +KEYWORDS="x86 ppc sparc " LICENSE="MIT" inherit distutils |