diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-03-27 06:24:27 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-03-27 06:24:43 -0400 |
commit | aaf14f8fa0305df64e7a4306f06587f0deb3fe95 (patch) | |
tree | a8b35af35a427f60bb897ee801d5a252beca85f5 /dev-python | |
parent | app-backup/borgweb: fix typos, bug #613948 (diff) | |
download | gentoo-aaf14f8fa0305df64e7a4306f06587f0deb3fe95.tar.gz gentoo-aaf14f8fa0305df64e7a4306f06587f0deb3fe95.tar.bz2 gentoo-aaf14f8fa0305df64e7a4306f06587f0deb3fe95.zip |
dev-python/slowaes: fix typo, bug #613944
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/slowaes/slowaes-0.1-r2.ebuild (renamed from dev-python/slowaes/slowaes-0.1-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/slowaes/slowaes-0.1-r1.ebuild b/dev-python/slowaes/slowaes-0.1-r2.ebuild index b0f6785742d4..b219bb74776a 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} |