commit:     c637a91a595c925107c4296f85c5724c83dd6858
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 09:11:20 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 09:11:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c637a91a

app-cdr/xbiso: [QA] Remove nonexistent dependency

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-cdr/xbiso/xbiso-0.6.1-r2.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild 
b/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild
index 0bfb72aa066..276a3173003 100644
--- a/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild
+++ b/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild
@@ -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() {

Reply via email to