summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-11-12 10:28:30 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-11-12 10:28:30 +0100
commit6b5995353c2146286be7777214df3e8bcbbb768a (patch)
treea3197de4a2bc94f4be2731e4c4f832ff2dddc6c7 /sys-fs
parentmedia-libs/libwebp: Bump to version 1.0.1_rc2 (diff)
downloadgentoo-6b5995353c2146286be7777214df3e8bcbbb768a.tar.gz
gentoo-6b5995353c2146286be7777214df3e8bcbbb768a.tar.bz2
gentoo-6b5995353c2146286be7777214df3e8bcbbb768a.zip
sys-fs/android-file-transfer-linux: Simplified live ebuild a bit.
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild8
1 files changed, 2 insertions, 6 deletions
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
index 753c4b81006b..de7813d30653 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -41,12 +41,8 @@ src_configure() {
-DBUILD_SHARED_LIB="ON"
# Upstream recommends to keep this off as libusb is broken
-DUSB_BACKEND_LIBUSB="OFF"
+ $(usex qt5 '-DDESIRED_QT_VERSION=5' '')
)
- if use qt5 ; then
- mycmakeargs+=(
- -DDESIRED_QT_VERSION=5
- )
- fi
cmake-utils_src_configure
}