diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-17 19:23:48 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-17 19:23:48 +0000 |
commit | 6b1818f73fefc7b4b1c65f8762c1b317e6c1ab89 (patch) | |
tree | 29993fdf03df7ec3fd774ca2cc7be19744c56b85 /dev-python/jsonpatch | |
parent | update for warlocks less usability with python 2.6 (diff) | |
download | gentoo-2-6b1818f73fefc7b4b1c65f8762c1b317e6c1ab89.tar.gz gentoo-2-6b1818f73fefc7b4b1c65f8762c1b317e6c1ab89.tar.bz2 gentoo-2-6b1818f73fefc7b4b1c65f8762c1b317e6c1ab89.zip |
update for [${PYTHON_USEDEP}]
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/jsonpatch')
-rw-r--r-- | dev-python/jsonpatch/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/jsonpatch/jsonpatch-0.12.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/jsonpatch/ChangeLog b/dev-python/jsonpatch/ChangeLog index cab9b6fe56a1..773c088d9751 100644 --- a/dev-python/jsonpatch/ChangeLog +++ b/dev-python/jsonpatch/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-python/jsonpatch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/ChangeLog,v 1.1 2013/01/17 17:13:33 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/ChangeLog,v 1.2 2013/01/17 19:23:48 prometheanfire Exp $ + + 17 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> jsonpatch-0.12.ebuild: + update for [${PYTHON_USEDEP}] *jsonpatch-0.12 (17 Jan 2013) 17 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> +jsonpatch-0.12.ebuild, +metadata.xml: adding jsonpatch for a glanceclient dependancy - diff --git a/dev-python/jsonpatch/jsonpatch-0.12.ebuild b/dev-python/jsonpatch/jsonpatch-0.12.ebuild index 7366fd0a8c20..c676772572dd 100644 --- a/dev-python/jsonpatch/jsonpatch-0.12.ebuild +++ b/dev-python/jsonpatch/jsonpatch-0.12.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/jsonpatch/jsonpatch-0.12.ebuild,v 1.1 2013/01/17 17:13:33 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/jsonpatch-0.12.ebuild,v 1.2 2013/01/17 19:23:48 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -18,4 +18,4 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/jsonpointer" +RDEPEND="dev-python/jsonpointer[${PYTHON_USEDEP}]" |