Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
Date: Mon, 12 Aug 2019 17:58:42
Message-Id: 1565632696.f8ce3fdc18247d477a840fe0173bbd2a797bcf75.mgorny@gentoo
1 commit: f8ce3fdc18247d477a840fe0173bbd2a797bcf75
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 12 17:51:45 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 17:58:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ce3fdc
7
8 net-wireless/gr-iio: Add missing PYTHON_REQUIRED_USE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/gr-iio/gr-iio-0.3-r2.ebuild | 3 ++-
13 net-wireless/gr-iio/gr-iio-9999.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild b/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
17 index 243224b3adc..ed62ac0d968 100644
18 --- a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
19 +++ b/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -19,6 +19,7 @@ else
27 fi
28 LICENSE="GPL-3+"
29 SLOT="0"
30 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
31
32 RDEPEND="${PYTHON_DEPS}
33 >=net-wireless/gnuradio-3.7.0:=
34
35 diff --git a/net-wireless/gr-iio/gr-iio-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
36 index 243224b3adc..ed62ac0d968 100644
37 --- a/net-wireless/gr-iio/gr-iio-9999.ebuild
38 +++ b/net-wireless/gr-iio/gr-iio-9999.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2018 Gentoo Foundation
41 +# Copyright 1999-2019 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 @@ -19,6 +19,7 @@ else
46 fi
47 LICENSE="GPL-3+"
48 SLOT="0"
49 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
50
51 RDEPEND="${PYTHON_DEPS}
52 >=net-wireless/gnuradio-3.7.0:=