diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-12-24 09:13:18 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-12-24 09:13:18 +0000 |
commit | 91410cbce5f36bdb342cf4b8c9652a58e2c71dce (patch) | |
tree | d9569f565fe3054a22197530f150c3e20445d361 /dev-python | |
parent | Bump to 0.10.16. Minor fixes in this release. (diff) | |
download | gentoo-2-91410cbce5f36bdb342cf4b8c9652a58e2c71dce.tar.gz gentoo-2-91410cbce5f36bdb342cf4b8c9652a58e2c71dce.tar.bz2 gentoo-2-91410cbce5f36bdb342cf4b8c9652a58e2c71dce.zip |
Added Prefix keywords, bug #339072
(Portage version: 2.2.01.17422-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/unittest2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/unittest2/unittest2-0.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/unittest2/ChangeLog b/dev-python/unittest2/ChangeLog index 217cf02f5cdf..094a98d8fdf9 100644 --- a/dev-python/unittest2/ChangeLog +++ b/dev-python/unittest2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/unittest2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.13 2010/12/07 11:44:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.14 2010/12/24 09:13:18 grobian Exp $ + + 24 Dec 2010; Fabian Groffen <grobian@gentoo.org> unittest2-0.5.1.ebuild: + Added Prefix keywords, bug #339072 07 Dec 2010; Markos Chandras <hwoarang@gentoo.org> unittest2-0.5.1.ebuild: Stable on amd64 wrt bug #345487 diff --git a/dev-python/unittest2/unittest2-0.5.1.ebuild b/dev-python/unittest2/unittest2-0.5.1.ebuild index b152c94d9852..2ecb4ce602ec 100644 --- a/dev-python/unittest2/unittest2-0.5.1.ebuild +++ b/dev-python/unittest2/unittest2-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1.ebuild,v 1.8 2010/12/07 11:44:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1.ebuild,v 1.9 2010/12/24 09:13:18 grobian Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools" |