diff options
Diffstat (limited to 'dev-python/pyunit')
-rw-r--r-- | dev-python/pyunit/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyunit/pyunit-1.4.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyunit/Manifest b/dev-python/pyunit/Manifest index deccb1e74dec..ec62b606c3cd 100644 --- a/dev-python/pyunit/Manifest +++ b/dev-python/pyunit/Manifest @@ -1,3 +1,3 @@ MD5 f048bf1207d171fce8cd8d592a703d1d ChangeLog 620 -MD5 2a78fb64575ad0d89d9da993c46c37dc pyunit-1.4.1.ebuild 601 +MD5 170e432f6c967510c0983367e1fe9065 pyunit-1.4.1.ebuild 594 MD5 351f50b78d59c43f43258940b6b03cb1 files/digest-pyunit-1.4.1 63 diff --git a/dev-python/pyunit/pyunit-1.4.1.ebuild b/dev-python/pyunit/pyunit-1.4.1.ebuild index c240aaa99beb..124240a96af5 100644 --- a/dev-python/pyunit/pyunit-1.4.1.ebuild +++ b/dev-python/pyunit/pyunit-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/pyunit-1.4.1.ebuild,v 1.5 2003/06/21 22:30:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/pyunit-1.4.1.ebuild,v 1.6 2003/06/22 12:16:00 liquidx Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pyunit/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 amd64 ppc" +KEYWORDS="x86 ppc" IUSE="" DEPEND=">=dev-lang/python-2.0" |