diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-12 10:28:30 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-12 10:28:30 +0100 |
commit | 6b5995353c2146286be7777214df3e8bcbbb768a (patch) | |
tree | a3197de4a2bc94f4be2731e4c4f832ff2dddc6c7 /sys-fs | |
parent | media-libs/libwebp: Bump to version 1.0.1_rc2 (diff) | |
download | gentoo-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.ebuild | 8 |
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 } |