diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-06-24 11:49:53 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-06-24 11:49:53 +0000 |
commit | 361661a45cff8c26220a196566b3eb65675e69fb (patch) | |
tree | dd4979b4587cbaa34d6ba1dbe614e57d97a09543 /dev-python/slowaes/slowaes-0.1-r1.ebuild | |
parent | Version bump, also fixes (#514864 by Patrick Lauer) (diff) | |
download | gentoo-2-361661a45cff8c26220a196566b3eb65675e69fb.tar.gz gentoo-2-361661a45cff8c26220a196566b3eb65675e69fb.tar.bz2 gentoo-2-361661a45cff8c26220a196566b3eb65675e69fb.zip |
Add missing dependency, bug #514790
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python/slowaes/slowaes-0.1-r1.ebuild')
-rw-r--r-- | dev-python/slowaes/slowaes-0.1-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/slowaes/slowaes-0.1-r1.ebuild b/dev-python/slowaes/slowaes-0.1-r1.ebuild index 0b61d085172c..022fee5ee625 100644 --- a/dev-python/slowaes/slowaes-0.1-r1.ebuild +++ b/dev-python/slowaes/slowaes-0.1-r1.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/slowaes/slowaes-0.1-r1.ebuild,v 1.2 2014/03/31 20:42:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/slowaes/slowaes-0.1-r1.ebuild,v 1.3 2014/06/24 11:49:53 blueness Exp $ EAPI=5 @@ -18,4 +18,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +DEPENDS="dev-python/setuptools" + S=${WORKDIR}/${MY_P} |