diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-19 12:56:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-19 12:59:38 +0200 |
commit | 885ce1a109abc143ff61c531550e0e6a3dce8845 (patch) | |
tree | 94693437c495d73063313ef1879e9856c03f8478 /app-cdr | |
parent | app-cdr/xbiso: Fix license to GPL-2+ (diff) | |
download | gentoo-885ce1a109abc143ff61c531550e0e6a3dce8845.tar.gz gentoo-885ce1a109abc143ff61c531550e0e6a3dce8845.tar.bz2 gentoo-885ce1a109abc143ff61c531550e0e6a3dce8845.zip |
app-cdr/xbiso: Remove masked USE=ftp
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/xbiso/xbiso-0.6.1-r3.ebuild | 8 |
1 files 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 e2121d9a1cd2..46dc42820aef 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() { |