diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-12-07 12:39:06 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-12-07 12:39:06 +0000 |
commit | 03c32ddb5954cf4c08c9bf0036d15f543a6ed39e (patch) | |
tree | 4955b551e208da4645eca6b8cc7dfb4ea983574d /dev-python/dogpile-cache | |
parent | x86 stable, bug #489854 (diff) | |
download | gentoo-2-03c32ddb5954cf4c08c9bf0036d15f543a6ed39e.tar.gz gentoo-2-03c32ddb5954cf4c08c9bf0036d15f543a6ed39e.tar.bz2 gentoo-2-03c32ddb5954cf4c08c9bf0036d15f543a6ed39e.zip |
fix typo
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/dogpile-cache')
-rw-r--r-- | dev-python/dogpile-cache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dogpile-cache/ChangeLog b/dev-python/dogpile-cache/ChangeLog index c9cd401a52e4..39e203a59d19 100644 --- a/dev-python/dogpile-cache/ChangeLog +++ b/dev-python/dogpile-cache/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2013/12/07 12:14:39 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.3 2013/12/07 12:39:06 idella4 Exp $ + + 07 Dec 2013; Ian Delaney <idella4@gentoo.org> dogpile-cache-0.5.2.ebuild: + fix typo *dogpile-cache-0.5.2 (07 Dec 2013) 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 702f5427de0f..edf221ebab6b 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.1 2013/12/07 12:14:39 idella4 Exp $ +# $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 $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -28,7 +28,7 @@ DISTUTILS_NO_PARALLEL_BUILD=1 # This time half the doc files are missing; Do you want them? toss a coin python_test() { - # crikey. testsuite written for py3, 5 tests fail inder py2.7 + # crikey. testsuite written for py3, 5 tests fail under py2.7 if [[ "${EPYTHON}" != "python2.7" ]]; then nosetests || die "test failed under ${EPYTHON}" else |