diff options
author | Jason Wever <weeve@gentoo.org> | 2005-10-28 04:20:04 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-10-28 04:20:04 +0000 |
commit | 7ce11af4d2aea494afea719f5f4c6c3f3e5aac9e (patch) | |
tree | 3583e0fcf4db8ae3c71dace026b8aef6ecd0481d /dev-python | |
parent | Changed -sparc keyword to ~sparc. (diff) | |
download | gentoo-2-7ce11af4d2aea494afea719f5f4c6c3f3e5aac9e.tar.gz gentoo-2-7ce11af4d2aea494afea719f5f4c6c3f3e5aac9e.tar.bz2 gentoo-2-7ce11af4d2aea494afea719f5f4c6c3f3e5aac9e.zip |
Added ~sparc keyword.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'dev-python')
-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 | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/dev-python/pyunit/ChangeLog b/dev-python/pyunit/ChangeLog index cd51e00b86bb..d46af8b02a05 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.8 2005/10/01 18:18:16 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/ChangeLog,v 1.9 2005/10/28 04:20:04 weeve Exp $ + + 28 Oct 2005; Jason Wever <weeve@gentoo.org> pyunit-1.4.1.ebuild: + Added ~sparc keyword. 01 Oct 2005; Luis Medinas <metalgod@gentoo.org> pyunit-1.4.1.ebuild: Readded ~amd64 keyword. Probably was a cvs issue. diff --git a/dev-python/pyunit/Manifest b/dev-python/pyunit/Manifest index a7dc697d53e1..d35fa6c90b56 100644 --- a/dev-python/pyunit/Manifest +++ b/dev-python/pyunit/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -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----- +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 c3428611c3be2dd5006de04ac41748db pyunit-1.4.1.ebuild 600 diff --git a/dev-python/pyunit/pyunit-1.4.1.ebuild b/dev-python/pyunit/pyunit-1.4.1.ebuild index aca9c3c15ae5..6f97baf283f9 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-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.8 2005/10/01 18:18:16 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/pyunit-1.4.1.ebuild,v 1.9 2005/10/28 04:20:04 weeve Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pyunit/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="~amd64 ppc ~sparc x86" IUSE="" DEPEND=">=dev-lang/python-2.0" |