Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-osmosdr/
Date: Wed, 28 Aug 2019 16:14:04
Message-Id: 1567008839.e78d451d827e03997202111076f3ec0cf6d44884.zerochaos@gentoo
1 commit: e78d451d827e03997202111076f3ec0cf6d44884
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 16:13:45 2019 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 16:13:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78d451d
7
8 net-wireless/gr-osmosdr: minor dep adjust
9
10 in line with previous ebuild bumps
11
12 Package-Manager: Portage-2.3.72, Repoman-2.3.17
13 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
14
15 net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild
19 index 2e7d5bdcee7..67f6413233c 100644
20 --- a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild
21 +++ b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -34,7 +34,7 @@ RDEPEND="${PYTHON_DEPS}
29 hackrf? ( net-libs/libhackrf:= )
30 iqbalance? ( net-wireless/gr-iqbal:=[${PYTHON_USEDEP}] )
31 mirisdr? ( net-libs/libmirisdr:= )
32 - rtlsdr? ( >=net-wireless/rtl-sdr-0.5.3:= )
33 + rtlsdr? ( >=net-wireless/rtl-sdr-0.5.4:= )
34 sdrplay? ( net-wireless/sdrplay )
35 soapy? ( net-wireless/soapysdr:= )
36 uhd? ( net-wireless/uhd:=[${PYTHON_USEDEP}] )"