Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/xbiso/
Date: Wed, 28 Aug 2019 09:12:00
Message-Id: 1566983480.c637a91a595c925107c4296f85c5724c83dd6858.soap@gentoo
1 commit: c637a91a595c925107c4296f85c5724c83dd6858
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 09:11:20 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 09:11:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c637a91a
7
8 app-cdr/xbiso: [QA] Remove nonexistent dependency
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-cdr/xbiso/xbiso-0.6.1-r2.ebuild | 10 +++-------
14 1 file changed, 3 insertions(+), 7 deletions(-)
15
16 diff --git a/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild b/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild
17 index 0bfb72aa066..276a3173003 100644
18 --- a/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild
19 +++ b/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -11,10 +11,7 @@ SRC_URI="mirror://sourceforge/xbiso/${P}.tar.gz"
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
30 -IUSE="ftp"
31 -
32 -RDEPEND="ftp? ( <net-libs/ftplib-4 )"
33 -DEPEND="${RDEPEND}"
34 +IUSE=""
35
36 src_prepare() {
37 sed -i -e 's:C) $(CFLAGS):C) $(LDFLAGS) $(CFLAGS):' Makefile.in || die #337769
38 @@ -27,8 +24,7 @@ src_configure() {
39 # for this package, interix behaves the same as BSD
40 [[ ${CHOST} == *-interix* ]] && append-flags -D_BSD
41
42 - econf \
43 - $(use_enable ftp)
44 + econf --disable-ftp
45 }
46
47 src_install() {