Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/android-file-transfer-linux/
Date: Mon, 12 Nov 2018 09:29:55
Message-Id: 1542014910.6b5995353c2146286be7777214df3e8bcbbb768a.polynomial-c@gentoo
1 commit: 6b5995353c2146286be7777214df3e8bcbbb768a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 12 09:28:30 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 12 09:28:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b599535
7
8 sys-fs/android-file-transfer-linux: Simplified live ebuild a bit.
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 .../android-file-transfer-linux-9999.ebuild | 8 ++------
14 1 file changed, 2 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild
17 index 753c4b81006..de7813d3065 100644
18 --- a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild
19 +++ b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -41,12 +41,8 @@ src_configure() {
27 -DBUILD_SHARED_LIB="ON"
28 # Upstream recommends to keep this off as libusb is broken
29 -DUSB_BACKEND_LIBUSB="OFF"
30 + $(usex qt5 '-DDESIRED_QT_VERSION=5' '')
31 )
32 - if use qt5 ; then
33 - mycmakeargs+=(
34 - -DDESIRED_QT_VERSION=5
35 - )
36 - fi
37 cmake-utils_src_configure
38 }