commit:     3d4dc778e06cd4ea4ea790746eead454cbe60cd8
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 20:28:56 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 20:28:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4dc778

net-wireless/airspy: migrate off cmake-utils

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/airspy/airspy-1.0.9.ebuild | 8 ++++----
 net-wireless/airspy/airspy-9999.ebuild  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-wireless/airspy/airspy-1.0.9.ebuild 
b/net-wireless/airspy/airspy-1.0.9.ebuild
index c87df5170b7..d214c535ef7 100644
--- a/net-wireless/airspy/airspy-1.0.9.ebuild
+++ b/net-wireless/airspy/airspy-1.0.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils udev
+inherit cmake udev
 
 DESCRIPTION="Usemode driver and associated tools for airspy"
 HOMEPAGE="http://www.airspy.com";
@@ -29,11 +29,11 @@ src_configure() {
        local mycmakeargs=(
                -DINSTALL_UDEV_RULES=$(usex udev)
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
 
        if use udev; then
                udev_newrules "${ED}/etc/udev/rules.d/52-airspy.rules" 
52-airspy.rules

diff --git a/net-wireless/airspy/airspy-9999.ebuild 
b/net-wireless/airspy/airspy-9999.ebuild
index c87df5170b7..d214c535ef7 100644
--- a/net-wireless/airspy/airspy-9999.ebuild
+++ b/net-wireless/airspy/airspy-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils udev
+inherit cmake udev
 
 DESCRIPTION="Usemode driver and associated tools for airspy"
 HOMEPAGE="http://www.airspy.com";
@@ -29,11 +29,11 @@ src_configure() {
        local mycmakeargs=(
                -DINSTALL_UDEV_RULES=$(usex udev)
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
 
        if use udev; then
                udev_newrules "${ED}/etc/udev/rules.d/52-airspy.rules" 
52-airspy.rules

Reply via email to