From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4F91138334 for ; Mon, 12 Nov 2018 09:29:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEEBBE0A80; Mon, 12 Nov 2018 09:29:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FBA5E0A80 for ; Mon, 12 Nov 2018 09:29:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66A46335D08 for ; Mon, 12 Nov 2018 09:29:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6ABB3CF for ; Mon, 12 Nov 2018 09:29:50 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1542014910.6b5995353c2146286be7777214df3e8bcbbb768a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/android-file-transfer-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild X-VCS-Directories: sys-fs/android-file-transfer-linux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6b5995353c2146286be7777214df3e8bcbbb768a X-VCS-Branch: master Date: Mon, 12 Nov 2018 09:29:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2685c1bc-71e6-4a47-834c-26aceba35f4b X-Archives-Hash: 8e9237396c0e6454a91fb38391a81def commit: 6b5995353c2146286be7777214df3e8bcbbb768a Author: Lars Wendler gentoo org> AuthorDate: Mon Nov 12 09:28:30 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Nov 12 09:28:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b599535 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 gentoo.org> .../android-file-transfer-linux-9999.ebuild | 8 ++------ 1 file 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 753c4b81006..de7813d3065 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 }