summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero_Chaos <zerochaos@gentoo.org>2018-11-07 14:18:21 -0500
committerZero_Chaos <zerochaos@gentoo.org>2018-11-07 15:01:10 -0500
commit9ac001371490e83fd2e84ba585bd2c3d91c78d16 (patch)
treef56b86fdff2e1dff82988b2e33ae53903ffadbf0 /net-wireless/soapysdr/soapysdr-9999.ebuild
parentdev-ada/gprbuild: Stabilize and remove old (diff)
downloadgentoo-9ac001371490e83fd2e84ba585bd2c3d91c78d16.tar.gz
gentoo-9ac001371490e83fd2e84ba585bd2c3d91c78d16.tar.bz2
gentoo-9ac001371490e83fd2e84ba585bd2c3d91c78d16.zip
net-wireless/soapysdr: bump
add subslot Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/soapysdr/soapysdr-9999.ebuild')
-rw-r--r--net-wireless/soapysdr/soapysdr-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index 0669ed4ac687..238bf83a0e24 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-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
@@ -22,9 +22,9 @@ else
fi
LICENSE="Boost-1.0"
-SLOT="0"
+SLOT="0/${PV}"
-IUSE="bladerf hackrf python rtlsdr uhd"
+IUSE="bladerf hackrf python rtlsdr plutosdr uhd"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="python? ( ${PYTHON_DEPS} )"
@@ -34,6 +34,7 @@ DEPEND="${RDEPEND}
PDEPEND="bladerf? ( net-wireless/soapybladerf )
hackrf? ( net-wireless/soapyhackrf )
rtlsdr? ( net-wireless/soapyrtlsdr )
+ plutosdr? ( net-wireless/soapyplutosdr )
uhd? ( net-wireless/soapyuhd )"
src_configure() {