diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-03-26 04:17:33 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-03-26 04:17:33 +0000 |
commit | 67374f059e25c88c8a9e96ced929d093e9c8cccb (patch) | |
tree | 8af11f758d0603e336667a0472e43037b0418f6a /dev-python/routes | |
parent | bump; correct and update deps, rm IUSE doc and build / install since doc buil... (diff) | |
download | gentoo-2-67374f059e25c88c8a9e96ced929d093e9c8cccb.tar.gz gentoo-2-67374f059e25c88c8a9e96ced929d093e9c8cccb.tar.bz2 gentoo-2-67374f059e25c88c8a9e96ced929d093e9c8cccb.zip |
substitute to tests-py3.patch
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/routes')
-rw-r--r-- | dev-python/routes/routes-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/routes/routes-2.1.ebuild b/dev-python/routes/routes-2.1.ebuild index 3c488f593df2..107ba88f35ce 100644 --- a/dev-python/routes/routes-2.1.ebuild +++ b/dev-python/routes/routes-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-2.1.ebuild,v 1.1 2015/03/26 04:12:08 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-2.1.ebuild,v 1.2 2015/03/26 04:17:33 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -33,7 +33,7 @@ RESTRICT="test" S="${WORKDIR}/${MY_P}" # Comment out patch for tests for now -#PATCHES=( "${FILESDIR}"/${PN}-2.0-setup.py.patch ) +#PATCHES=( "${FILESDIR}"/${PN}-2.0-tests-py3.patch ) # The doc build possibly never built. Just know that the doc builds in # neither the previous nor this |