diff options
Diffstat (limited to 'gnustep-apps/ftp/ftp-0.6.ebuild')
-rw-r--r-- | gnustep-apps/ftp/ftp-0.6.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
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} |