diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-10-01 18:18:16 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-10-01 18:18:16 +0000 |
commit | a12bcac2eeab1add3f48da9bd4fd0f7ac2f4aafb (patch) | |
tree | b4853399f7bcc4183b19f9c323f8536c3f4686c2 /dev-python/pyunit | |
parent | fix deps (diff) | |
download | historical-a12bcac2eeab1add3f48da9bd4fd0f7ac2f4aafb.tar.gz historical-a12bcac2eeab1add3f48da9bd4fd0f7ac2f4aafb.tar.bz2 historical-a12bcac2eeab1add3f48da9bd4fd0f7ac2f4aafb.zip |
Readded ~amd64 keyword. Probably was a cvs issue.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-python/pyunit')
-rw-r--r-- | dev-python/pyunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyunit/Manifest | 14 | ||||
-rw-r--r-- | dev-python/pyunit/pyunit-1.4.1.ebuild | 6 |
3 files changed, 19 insertions, 6 deletions
diff --git a/dev-python/pyunit/ChangeLog b/dev-python/pyunit/ChangeLog index 1b6e426f1c7f..cd51e00b86bb 100644 --- a/dev-python/pyunit/ChangeLog +++ b/dev-python/pyunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyunit # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/ChangeLog,v 1.7 2005/08/19 03:44:17 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/ChangeLog,v 1.8 2005/10/01 18:18:16 metalgod Exp $ + + 01 Oct 2005; Luis Medinas <metalgod@gentoo.org> pyunit-1.4.1.ebuild: + Readded ~amd64 keyword. Probably was a cvs issue. 19 Aug 2005; Luis Medinas <metalgod@gentoo.org> ChangeLog: Added ~amd64 keywords. diff --git a/dev-python/pyunit/Manifest b/dev-python/pyunit/Manifest index e92e2dd57c36..a7dc697d53e1 100644 --- a/dev-python/pyunit/Manifest +++ b/dev-python/pyunit/Manifest @@ -1,4 +1,14 @@ -MD5 c1a9dedf36b296e1e5e145e51da581c8 ChangeLog 699 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 a6a862b35cf7ab42a66465627d19ec89 pyunit-1.4.1.ebuild 586 +MD5 c93ae9414d37ed3703b39ac69da2a31d pyunit-1.4.1.ebuild 593 +MD5 0e3f269a47abf4ece693fe11e85be72b ChangeLog 823 MD5 351f50b78d59c43f43258940b6b03cb1 files/digest-pyunit-1.4.1 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDPuFrwUpWvClEHQoRAqsTAJ4/TBBCNu3ILcHT2z1I26neg/KsdACfVIPK +v3OYezdXdR0jTiWkvjkCwtQ= +=klJb +-----END PGP SIGNATURE----- diff --git a/dev-python/pyunit/pyunit-1.4.1.ebuild b/dev-python/pyunit/pyunit-1.4.1.ebuild index 24788d3166d2..aca9c3c15ae5 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-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.7 2004/06/25 01:46:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/pyunit-1.4.1.ebuild,v 1.8 2005/10/01 18:18:16 metalgod Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pyunit/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="~amd64 ppc x86" IUSE="" DEPEND=">=dev-lang/python-2.0" |