From aaf14f8fa0305df64e7a4306f06587f0deb3fe95 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 27 Mar 2017 06:24:27 -0400 Subject: [PATCH] dev-python/slowaes: fix typo, bug #613944 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --force --- .../slowaes/{slowaes-0.1-r1.ebuild => slowaes-0.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/slowaes/{slowaes-0.1-r1.ebuild => slowaes-0.1-r2.ebuild} (83%) diff --git a/dev-python/slowaes/slowaes-0.1-r1.ebuild b/dev-python/slowaes/slowaes-0.1-r2.ebuild similarity index 83% rename from dev-python/slowaes/slowaes-0.1-r1.ebuild rename to dev-python/slowaes/slowaes-0.1-r2.ebuild index b0f6785742d4e..b219bb74776a0 100644 --- a/dev-python/slowaes/slowaes-0.1-r1.ebuild +++ b/dev-python/slowaes/slowaes-0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,6 +17,6 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPENDS="dev-python/setuptools" +DEPEND="dev-python/setuptools" S=${WORKDIR}/${MY_P}