diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-02-26 06:33:12 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-02-26 06:33:12 +0000 |
commit | 840091437fb196fd68a77470ae4db07736f54138 (patch) | |
tree | 9a6035107f0f5e5b7b280226a2999561a5ce4c2a /dev-python/pytest/pytest-2.3.4.ebuild | |
parent | Exclude tests the right way. (diff) | |
download | gentoo-2-840091437fb196fd68a77470ae4db07736f54138.tar.gz gentoo-2-840091437fb196fd68a77470ae4db07736f54138.tar.bz2 gentoo-2-840091437fb196fd68a77470ae4db07736f54138.zip |
unicode.patch adjusted consequent to upstream's partial update to tox.ini, IUSE test added, fixes Bug #458418
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pytest/pytest-2.3.4.ebuild')
-rw-r--r-- | dev-python/pytest/pytest-2.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest/pytest-2.3.4.ebuild b/dev-python/pytest/pytest-2.3.4.ebuild index 782ea5a52b83..b7ed6c753431 100644 --- a/dev-python/pytest/pytest-2.3.4.ebuild +++ b/dev-python/pytest/pytest-2.3.4.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/pytest/pytest-2.3.4.ebuild,v 1.3 2013/02/13 13:09:54 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.4 2013/02/26 06:33:12 idella4 Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="doc" +IUSE="doc test" # When bumping, please check setup.py for the proper py version PY_VER="1.4.12" |