diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-12 19:51:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-12 19:58:16 +0200 |
commit | f8ce3fdc18247d477a840fe0173bbd2a797bcf75 (patch) | |
tree | a1f4b464e812875ecea0a9d72336edd4b1dfbd2f /net-wireless/gr-iio | |
parent | sci-electronics/klayout: Add missing PYTHON_REQUIRED_USE (diff) | |
download | gentoo-f8ce3fdc18247d477a840fe0173bbd2a797bcf75.tar.gz gentoo-f8ce3fdc18247d477a840fe0173bbd2a797bcf75.tar.bz2 gentoo-f8ce3fdc18247d477a840fe0173bbd2a797bcf75.zip |
net-wireless/gr-iio: Add missing PYTHON_REQUIRED_USE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless/gr-iio')
-rw-r--r-- | net-wireless/gr-iio/gr-iio-0.3-r2.ebuild | 3 | ||||
-rw-r--r-- | net-wireless/gr-iio/gr-iio-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild b/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild index 243224b3adce..ed62ac0d9684 100644 --- a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild +++ b/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ else fi LICENSE="GPL-3+" SLOT="0" +REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND="${PYTHON_DEPS} >=net-wireless/gnuradio-3.7.0:= diff --git a/net-wireless/gr-iio/gr-iio-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild index 243224b3adce..ed62ac0d9684 100644 --- a/net-wireless/gr-iio/gr-iio-9999.ebuild +++ b/net-wireless/gr-iio/gr-iio-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ else fi LICENSE="GPL-3+" SLOT="0" +REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND="${PYTHON_DEPS} >=net-wireless/gnuradio-3.7.0:= |