diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-07-02 02:41:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-07-02 02:41:00 +0000 |
commit | bbce06ea473f4f4713017f7496880c873066ab78 (patch) | |
tree | 543c397d47f0001a4d448262eff4595a6d51d460 /dev-python/whirlpool | |
parent | Depend on setuptools. (diff) | |
download | gentoo-2-bbce06ea473f4f4713017f7496880c873066ab78.tar.gz gentoo-2-bbce06ea473f4f4713017f7496880c873066ab78.tar.bz2 gentoo-2-bbce06ea473f4f4713017f7496880c873066ab78.zip |
Depend on setuptools.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/whirlpool')
-rw-r--r-- | dev-python/whirlpool/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/whirlpool/whirlpool-0.3-r1.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/whirlpool/ChangeLog b/dev-python/whirlpool/ChangeLog index db4c37eb1d3c..41620de25522 100644 --- a/dev-python/whirlpool/ChangeLog +++ b/dev-python/whirlpool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/whirlpool -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/whirlpool/ChangeLog,v 1.2 2013/06/04 07:48:43 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/whirlpool/ChangeLog,v 1.3 2014/07/02 02:41:00 floppym Exp $ + + 02 Jul 2014; Mike Gilbert <floppym@gentoo.org> whirlpool-0.3-r1.ebuild: + Depend on setuptools. *whirlpool-0.3-r1 (04 Jun 2013) @@ -13,4 +16,3 @@ 03 Jun 2013; Justin Lecher <jlec@gentoo.org> +whirlpool-0.3.ebuild, +files/tests.py, +metadata.xml: New addition - diff --git a/dev-python/whirlpool/whirlpool-0.3-r1.ebuild b/dev-python/whirlpool/whirlpool-0.3-r1.ebuild index 69e442abe1a0..ade59acc4497 100644 --- a/dev-python/whirlpool/whirlpool-0.3-r1.ebuild +++ b/dev-python/whirlpool/whirlpool-0.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/whirlpool/whirlpool-0.3-r1.ebuild,v 1.1 2013/06/04 07:48:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/whirlpool/whirlpool-0.3-r1.ebuild,v 1.2 2014/07/02 02:41:00 floppym Exp $ EAPI=5 @@ -22,6 +22,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )" S="${WORKDIR}"/${MY_P} |