diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-09-09 10:53:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-09-09 10:53:14 +0000 |
commit | 3c28ddf254f527596d0a0cb84bba9b7b05745409 (patch) | |
tree | 82b82f7cd79c5b51c350f8bfed7da59da624a785 /dev-python/jsonpickle | |
parent | Migrate to bash-completion-r1.eclass. Remove old. (diff) | |
download | gentoo-2-3c28ddf254f527596d0a0cb84bba9b7b05745409.tar.gz gentoo-2-3c28ddf254f527596d0a0cb84bba9b7b05745409.tar.bz2 gentoo-2-3c28ddf254f527596d0a0cb84bba9b7b05745409.zip |
keyworded *-linux, tested by me
(Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/jsonpickle')
-rw-r--r-- | dev-python/jsonpickle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/jsonpickle/jsonpickle-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/jsonpickle/ChangeLog b/dev-python/jsonpickle/ChangeLog index ca60c68834a6..e258c03cefa2 100644 --- a/dev-python/jsonpickle/ChangeLog +++ b/dev-python/jsonpickle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/jsonpickle # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/ChangeLog,v 1.9 2011/08/06 16:24:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/ChangeLog,v 1.10 2011/09/09 10:53:14 jlec Exp $ + + 09 Sep 2011; Justin Lecher <jlec@gentoo.org> jsonpickle-0.4.0.ebuild: + keyworded *-linux, tested by me 06 Aug 2011; Markos Chandras <hwoarang@gentoo.org> jsonpickle-0.4.0.ebuild: Ignore test failures with Jython. Fix dependencies. Run tests requiring diff --git a/dev-python/jsonpickle/jsonpickle-0.4.0.ebuild b/dev-python/jsonpickle/jsonpickle-0.4.0.ebuild index a9a2116e1429..5054db58ed82 100644 --- a/dev-python/jsonpickle/jsonpickle-0.4.0.ebuild +++ b/dev-python/jsonpickle/jsonpickle-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/jsonpickle-0.4.0.ebuild,v 1.2 2011/08/06 16:24:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/jsonpickle-0.4.0.ebuild,v 1.3 2011/09/09 10:53:14 jlec Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="dev-python/simplejson" |