diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2022-06-10 19:59:06 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2022-06-10 20:00:04 +0200 |
commit | ae969280c9a42b5a2208cbb2f5a97d82beb6bffe (patch) | |
tree | c95c4030ec01160d22a708c3e48d92401decbc8a /net-wireless | |
parent | dev-libs/Ice: add python3_10 support (diff) | |
download | gentoo-ae969280c9a42b5a2208cbb2f5a97d82beb6bffe.tar.gz gentoo-ae969280c9a42b5a2208cbb2f5a97d82beb6bffe.tar.bz2 gentoo-ae969280c9a42b5a2208cbb2f5a97d82beb6bffe.zip |
net-wireless/gr-iio: Add Python 3.10 support
Closes: https://bugs.gentoo.org/846194
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/gr-iio/gr-iio-9999.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild index 2765cad70f80..ded3f63256e6 100644 --- a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild +++ b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit cmake python-single-r1 diff --git a/net-wireless/gr-iio/gr-iio-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild index 0f3c49b650fd..ded3f63256e6 100644 --- a/net-wireless/gr-iio/gr-iio-9999.ebuild +++ b/net-wireless/gr-iio/gr-iio-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit cmake python-single-r1 @@ -17,7 +17,7 @@ else COMMIT="733c8a05e74b7d10fbaef502cc82d025ae35a1fb" SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" fi LICENSE="GPL-3+" SLOT="0" |