summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libhackrf/libhackrf-2018.01.1.ebuild')
-rw-r--r--net-libs/libhackrf/libhackrf-2018.01.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libhackrf/libhackrf-2018.01.1.ebuild b/net-libs/libhackrf/libhackrf-2018.01.1.ebuild
index 672fac64ed5f..8acce1696f84 100644
--- a/net-libs/libhackrf/libhackrf-2018.01.1.ebuild
+++ b/net-libs/libhackrf/libhackrf-2018.01.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -27,7 +27,7 @@ IUSE="+udev"
DEPEND="virtual/libusb:1"
RDEPEND="${DEPEND}"
-src_configure(){
+src_configure() {
mycmakeargs=(
-DENABLE_INSTALL_UDEV_RULES="$(usex udev)"
)