diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-12-08 01:31:32 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-12-08 01:31:32 +0000 |
commit | 19c15975eaaff701b94ff85a02261d3038146e0a (patch) | |
tree | 287963d2c5fb8553a65d641f8ffa31eb1adbbed5 /dev-python/dogpile-cache | |
parent | Automated update. (diff) | |
download | gentoo-2-19c15975eaaff701b94ff85a02261d3038146e0a.tar.gz gentoo-2-19c15975eaaff701b94ff85a02261d3038146e0a.tar.bz2 gentoo-2-19c15975eaaff701b94ff85a02261d3038146e0a.zip |
fixing bug 493508
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/dogpile-cache')
-rw-r--r-- | dev-python/dogpile-cache/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/dogpile-cache/ChangeLog b/dev-python/dogpile-cache/ChangeLog index 39e203a59d19..04a520c5a0fb 100644 --- a/dev-python/dogpile-cache/ChangeLog +++ b/dev-python/dogpile-cache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/dogpile-cache # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.3 2013/12/07 12:39:06 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.4 2013/12/08 01:31:32 prometheanfire Exp $ + + 08 Dec 2013; Matthew Thode <prometheanfire@gentoo.org> + dogpile-cache-0.5.2.ebuild: + fixing bug 493508 07 Dec 2013; Ian Delaney <idella4@gentoo.org> dogpile-cache-0.5.2.ebuild: fix typo diff --git a/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild index edf221ebab6b..b376e55ff624 100644 --- a/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild +++ b/dev-python/dogpile-cache/dogpile-cache-0.5.2.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/dogpile-cache/dogpile-cache-0.5.2.ebuild,v 1.2 2013/12/07 12:39:06 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild,v 1.3 2013/12/08 01:31:32 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -19,8 +19,9 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=">=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/mock[${PYTHON_USEDEP}] +DEPEND=">=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )" # for testsuite |