diff options
Diffstat (limited to 'dev-python/cffi/cffi-0.8.1.ebuild')
-rw-r--r-- | dev-python/cffi/cffi-0.8.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/cffi/cffi-0.8.1.ebuild b/dev-python/cffi/cffi-0.8.1.ebuild index 7029e92c635b..df10133f8aa3 100644 --- a/dev-python/cffi/cffi-0.8.1.ebuild +++ b/dev-python/cffi/cffi-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.5 2014/03/04 20:53:08 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.6 2014/03/16 16:30:42 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -18,8 +18,7 @@ IUSE="doc test" RDEPEND="virtual/libffi dev-python/pycparser[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/hgdistver" + dev-python/pytest[${PYTHON_USEDEP}]" DEPEND="$REDEPEND test? ( dev-python/virtualenv )" |