summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2021-02-25 12:49:43 -0500
committerRick Farina <zerochaos@gentoo.org>2021-02-25 12:49:58 -0500
commitde3a7c1dafb5de5c2535634d84ad72f1a6dd8989 (patch)
tree7087af86fea6e59d9acf8bfd761fe49ca169b499
parentnet-libs/libiio: bump (diff)
downloadgentoo-de3a7c1dafb5de5c2535634d84ad72f1a6dd8989.tar.gz
gentoo-de3a7c1dafb5de5c2535634d84ad72f1a6dd8989.tar.bz2
gentoo-de3a7c1dafb5de5c2535634d84ad72f1a6dd8989.zip
net-libs/libiio: modernize
Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
-rw-r--r--net-libs/libiio/libiio-0.21.ebuild4
-rw-r--r--net-libs/libiio/libiio-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/libiio/libiio-0.21.ebuild b/net-libs/libiio/libiio-0.21.ebuild
index b1bd4983707f..66f1603cbe68 100644
--- a/net-libs/libiio/libiio-0.21.ebuild
+++ b/net-libs/libiio/libiio-0.21.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Library for interfacing with IIO devices"
HOMEPAGE="https://github.com/analogdevicesinc/libiio"
diff --git a/net-libs/libiio/libiio-9999.ebuild b/net-libs/libiio/libiio-9999.ebuild
index b1bd4983707f..66f1603cbe68 100644
--- a/net-libs/libiio/libiio-9999.ebuild
+++ b/net-libs/libiio/libiio-9999.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Library for interfacing with IIO devices"
HOMEPAGE="https://github.com/analogdevicesinc/libiio"