projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24d505
)
app-cdr/xbiso: Remove masked USE=ftp
author
Michał Górny
<mgorny@gentoo.org>
Sun, 19 May 2019 10:56:20 +0000
(12:56 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 19 May 2019 10:59:38 +0000
(12:59 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-cdr/xbiso/xbiso-0.6.1-r3.ebuild
patch
|
blob
|
history
diff --git
a/app-cdr/xbiso/xbiso-0.6.1-r3.ebuild
b/app-cdr/xbiso/xbiso-0.6.1-r3.ebuild
index e2121d9a1cd22c1c014af0cdc062a0da78b5308a..46dc42820aef943ee0fe65d1508e038fa91862e6 100644
(file)
--- 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() {