diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-03-15 20:58:09 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-03-15 20:58:09 +0000 |
commit | 76f693b67947dac5bc70d274408abd33604a8606 (patch) | |
tree | 13d22d3edd138c36a93df16851a280f73b1452ca /dev-python/testfixtures/testfixtures-2.3.4.ebuild | |
parent | Updated to version 2.0.18 (diff) | |
download | gentoo-2-76f693b67947dac5bc70d274408abd33604a8606.tar.gz gentoo-2-76f693b67947dac5bc70d274408abd33604a8606.tar.bz2 gentoo-2-76f693b67947dac5bc70d274408abd33604a8606.zip |
Bump; dep added to -2.3.4 supporting / enabling test phase
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/testfixtures/testfixtures-2.3.4.ebuild')
-rw-r--r-- | dev-python/testfixtures/testfixtures-2.3.4.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-python/testfixtures/testfixtures-2.3.4.ebuild b/dev-python/testfixtures/testfixtures-2.3.4.ebuild index 28cee3a75941..16561c171e58 100644 --- a/dev-python/testfixtures/testfixtures-2.3.4.ebuild +++ b/dev-python/testfixtures/testfixtures-2.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testfixtures/testfixtures-2.3.4.ebuild,v 1.2 2012/05/22 16:04:18 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testfixtures/testfixtures-2.3.4.ebuild,v 1.3 2013/03/15 20:58:09 idella4 Exp $ EAPI=4 PYTHON_DEPEND="2" @@ -20,11 +20,8 @@ IUSE="doc test" RDEPEND="" DEPEND="${RDEPEND} - doc? ( dev-python/sphinx )" -# test? ( dev-python/manuel )" - -# Work in progress, requires dev-python/manuel -RESTRICT="test" + doc? ( dev-python/sphinx ) + test? ( dev-python/manuel )" src_prepare() { sed -e s':../bin/sphinx-build:/usr/bin/sphinx-build:' \ |