diff options
author | Alex Brandt <alunduil@gentoo.org> | 2014-10-18 14:45:35 +0000 |
---|---|---|
committer | Alex Brandt <alunduil@gentoo.org> | 2014-10-18 14:45:35 +0000 |
commit | bc27fccd05a0d970c00776821255da3d55fac3f2 (patch) | |
tree | 034f64eeb9ee592edb653de49a1cdd284876e10a /dev-python | |
parent | Stable for ppc, wrt bug #506620 (diff) | |
download | gentoo-2-bc27fccd05a0d970c00776821255da3d55fac3f2.tar.gz gentoo-2-bc27fccd05a0d970c00776821255da3d55fac3f2.tar.bz2 gentoo-2-bc27fccd05a0d970c00776821255da3d55fac3f2.zip |
add dependence on dev-python/setuptools
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/expects/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/expects/expects-0.2.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/expects/ChangeLog b/dev-python/expects/ChangeLog index 0865d23f3a0e..c6f76614df41 100644 --- a/dev-python/expects/ChangeLog +++ b/dev-python/expects/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/expects # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/expects/ChangeLog,v 1.1 2014/10/17 23:17:15 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/expects/ChangeLog,v 1.2 2014/10/18 14:45:35 alunduil Exp $ + + 18 Oct 2014; Alex Brandt <alunduil@gentoo.org> expects-0.2.1.ebuild: + add missing dependence on dev-python/setuptools *expects-0.2.1 (17 Oct 2014) diff --git a/dev-python/expects/expects-0.2.1.ebuild b/dev-python/expects/expects-0.2.1.ebuild index bdb07c4957be..25ca0e736442 100644 --- a/dev-python/expects/expects-0.2.1.ebuild +++ b/dev-python/expects/expects-0.2.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/expects/expects-0.2.1.ebuild,v 1.1 2014/10/17 23:17:15 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/expects/expects-0.2.1.ebuild,v 1.2 2014/10/18 14:45:35 alunduil Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 ) @@ -17,6 +17,7 @@ KEYWORDS="~amd64" IUSE="doc test" DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ~dev-python/mamba-0.6[${PYTHON_USEDEP}] ) " |