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 557FB139694 for ; Mon, 20 Feb 2017 19:33:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 864C521C090; Mon, 20 Feb 2017 19:33:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65FE621C090 for ; Mon, 20 Feb 2017 19:33:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92EC8340E75 for ; Mon, 20 Feb 2017 19:33:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 311554EB8 for ; Mon, 20 Feb 2017 19:33:50 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1487619220.051c6d364536bc1d7c94a71c2ea36d34bc4326ec.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhackrf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libhackrf/libhackrf-2017.02.1.ebuild net-libs/libhackrf/libhackrf-9999.ebuild X-VCS-Directories: net-libs/libhackrf/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 051c6d364536bc1d7c94a71c2ea36d34bc4326ec X-VCS-Branch: master Date: Mon, 20 Feb 2017 19:33: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: 2b36c2ee-c3c7-4a16-bf64-7bf644d6473c X-Archives-Hash: ece99677c08d89a71226f9c0e2857562 commit: 051c6d364536bc1d7c94a71c2ea36d34bc4326ec Author: Zero_Chaos gentoo org> AuthorDate: Mon Feb 20 18:58:47 2017 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Feb 20 19:33:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051c6d36 net-libs/libhackrf: complete eapi 6 migration properly Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-libs/libhackrf/libhackrf-2017.02.1.ebuild | 2 +- net-libs/libhackrf/libhackrf-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libhackrf/libhackrf-2017.02.1.ebuild b/net-libs/libhackrf/libhackrf-2017.02.1.ebuild index bb78681534..21352a4a9c 100644 --- a/net-libs/libhackrf/libhackrf-2017.02.1.ebuild +++ b/net-libs/libhackrf/libhackrf-2017.02.1.ebuild @@ -30,7 +30,7 @@ RDEPEND="${DEPEND}" src_configure(){ mycmakeargs=( - $(cmake-utils_use_enable udev INSTALL_UDEV_RULES) + -DENABLE_INSTALL_UDEV_RULES="$(usex udev)" ) if use udev; then mycmakeargs+=( diff --git a/net-libs/libhackrf/libhackrf-9999.ebuild b/net-libs/libhackrf/libhackrf-9999.ebuild index bb78681534..21352a4a9c 100644 --- a/net-libs/libhackrf/libhackrf-9999.ebuild +++ b/net-libs/libhackrf/libhackrf-9999.ebuild @@ -30,7 +30,7 @@ RDEPEND="${DEPEND}" src_configure(){ mycmakeargs=( - $(cmake-utils_use_enable udev INSTALL_UDEV_RULES) + -DENABLE_INSTALL_UDEV_RULES="$(usex udev)" ) if use udev; then mycmakeargs+=(