commit: 885ce1a109abc143ff61c531550e0e6a3dce8845 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 19 10:56:20 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 19 10:59:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885ce1a1
app-cdr/xbiso: Remove masked USE=ftp Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-cdr/xbiso/xbiso-0.6.1-r3.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app-cdr/xbiso/xbiso-0.6.1-r3.ebuild b/app-cdr/xbiso/xbiso-0.6.1-r3.ebuild index e2121d9a1cd..46dc42820ae 100644 --- a/app-cdr/xbiso/xbiso-0.6.1-r3.ebuild +++ b/app-cdr/xbiso/xbiso-0.6.1-r3.ebuild @@ -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() { eapply_user @@ -28,8 +25,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() {