diff options
author | David Seifert <soap@gentoo.org> | 2019-08-28 11:11:20 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-28 11:11:20 +0200 |
commit | c637a91a595c925107c4296f85c5724c83dd6858 (patch) | |
tree | dbdba4a9ed4d80e65ec8229853ee00d3bf802e08 /app-cdr | |
parent | app-cdr/bchunk: [QA] Fix ${HOMEPAGE} in SRC_URI (diff) | |
download | gentoo-c637a91a595c925107c4296f85c5724c83dd6858.tar.gz gentoo-c637a91a595c925107c4296f85c5724c83dd6858.tar.bz2 gentoo-c637a91a595c925107c4296f85c5724c83dd6858.zip |
app-cdr/xbiso: [QA] Remove nonexistent dependency
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/xbiso/xbiso-0.6.1-r2.ebuild | 10 |
1 files 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 0bfb72aa0667..276a3173003d 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() { |