diff options
author | 2013-09-02 04:34:40 +0000 | |
---|---|---|
committer | 2013-09-02 04:34:40 +0000 | |
commit | f5f86704c6954342890274a3b4966b94976e3d0f (patch) | |
tree | 20abe76bc40ee72c3642fb38cd703cec0d787008 | |
parent | Bump (diff) | |
download | gentoo-2-f5f86704c6954342890274a3b4966b94976e3d0f.tar.gz gentoo-2-f5f86704c6954342890274a3b4966b94976e3d0f.tar.bz2 gentoo-2-f5f86704c6954342890274a3b4966b94976e3d0f.zip |
Whitespace
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | dev-python/jsonpickle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/jsonpickle/jsonpickle-0.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/jsonpickle/ChangeLog b/dev-python/jsonpickle/ChangeLog index bdbc636d3e15..cc364b3355f6 100644 --- a/dev-python/jsonpickle/ChangeLog +++ b/dev-python/jsonpickle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/jsonpickle # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/ChangeLog,v 1.14 2013/09/02 04:33:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/ChangeLog,v 1.15 2013/09/02 04:34:40 patrick Exp $ + + 02 Sep 2013; Patrick Lauer <patrick@gentoo.org> jsonpickle-0.6.1.ebuild: + Whitespace *jsonpickle-0.6.1 (02 Sep 2013) diff --git a/dev-python/jsonpickle/jsonpickle-0.6.1.ebuild b/dev-python/jsonpickle/jsonpickle-0.6.1.ebuild index 1343aee38bc4..16dc65d881f4 100644 --- a/dev-python/jsonpickle/jsonpickle-0.6.1.ebuild +++ b/dev-python/jsonpickle/jsonpickle-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/jsonpickle-0.6.1.ebuild,v 1.1 2013/09/02 04:33:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/jsonpickle-0.6.1.ebuild,v 1.2 2013/09/02 04:34:40 patrick Exp $ EAPI=5 @@ -19,7 +19,7 @@ IUSE="test" RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - test? ( dev-python/feedparser[${PYTHON_USEDEP}] + test? ( dev-python/feedparser[${PYTHON_USEDEP}] dev-python/ujson[${PYTHON_USEDEP}] )" python_test() { |