app-cdr/xbiso: [QA] Remove nonexistent dependency
authorDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 09:11:20 +0000 (11:11 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 09:11:20 +0000 (11:11 +0200)
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-cdr/xbiso/xbiso-0.6.1-r2.ebuild

index 0bfb72aa06673e22d2a88ebbe09e5bda78c84665..276a3173003d69c52ff8d325bccda58fac7b60b0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,10 +11,7 @@ SRC_URI="mirror://sourceforge/xbiso/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="ftp"
-
-RDEPEND="ftp? ( <net-libs/ftplib-4 )"
-DEPEND="${RDEPEND}"
+IUSE=""
 
 src_prepare() {
        sed -i -e 's:C) $(CFLAGS):C) $(LDFLAGS) $(CFLAGS):' Makefile.in || die #337769
@@ -27,8 +24,7 @@ src_configure() {
        # for this package, interix behaves the same as BSD
        [[ ${CHOST} == *-interix* ]] && append-flags -D_BSD
 
-       econf \
-               $(use_enable ftp)
+       econf --disable-ftp
 }
 
 src_install() {