diff options
author | 2023-06-30 14:26:50 +0100 | |
---|---|---|
committer | 2023-06-30 14:26:50 +0100 | |
commit | ba258442878149be6e601639441a75eebaea0263 (patch) | |
tree | 2e8544cbf80cb94cf181c33cac52dfd91d4ef51d /gnustep-apps | |
parent | dev-vcs/git-absorb: drop blank DEPEND/RDEPEND (diff) | |
download | gentoo-ba258442878149be6e601639441a75eebaea0263.tar.gz gentoo-ba258442878149be6e601639441a75eebaea0263.tar.bz2 gentoo-ba258442878149be6e601639441a75eebaea0263.zip |
gnustep-apps/ftp: drop blank DEPEND/RDEPEND
This makes it hard to grep for actual mistakes like DEPEND=DEPEND.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/ftp/ftp-0.5.ebuild | 5 | ||||
-rw-r--r-- | gnustep-apps/ftp/ftp-0.6.ebuild | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/gnustep-apps/ftp/ftp-0.5.ebuild b/gnustep-apps/ftp/ftp-0.5.ebuild index df4e52448d48..8b5d205858c2 100644 --- a/gnustep-apps/ftp/ftp-0.5.ebuild +++ b/gnustep-apps/ftp/ftp-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,4 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - S=${WORKDIR}/${MY_P} diff --git a/gnustep-apps/ftp/ftp-0.6.ebuild b/gnustep-apps/ftp/ftp-0.6.ebuild index df4e52448d48..8b5d205858c2 100644 --- a/gnustep-apps/ftp/ftp-0.6.ebuild +++ b/gnustep-apps/ftp/ftp-0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,4 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - S=${WORKDIR}/${MY_P} |