commit: ae969280c9a42b5a2208cbb2f5a97d82beb6bffe Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> AuthorDate: Fri Jun 10 17:59:06 2022 +0000 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> CommitDate: Fri Jun 10 18:00:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae969280
net-wireless/gr-iio: Add Python 3.10 support Closes: https://bugs.gentoo.org/846194 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org> net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild | 4 ++-- 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"
