diff --git a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719-r4.ebuild b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719-r5.ebuild similarity index 97% rename from net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719-r4.ebuild rename to net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719-r5.ebuild index cd0bb3a448ca1..050bff3c5eb3f 100644 --- a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719-r4.ebuild +++ b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719-r5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit cmake python-single-r1 diff --git a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20230828.ebuild b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20230828-r1.ebuild similarity index 97% rename from net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20230828.ebuild rename to net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20230828-r1.ebuild index cd0bb3a448ca1..050bff3c5eb3f 100644 --- a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20230828.ebuild +++ b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20230828-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit cmake python-single-r1 diff --git a/net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild b/net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild index 7c832fac50c4f..bcaeb253c36af 100644 --- a/net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild +++ b/net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit cmake python-single-r1 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/bastibl/gr-ieee802-15-4" if [[ ${PV} == 9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/bastibl/gr-ieee802-15-4.git" - EGIT_BRANCH="maint-3.9" + EGIT_BRANCH="maint-3.10" else COMMIT="1a2999ce2778df279870f028a4ce15d94e60fbd9" SRC_URI="https://github.com/bastibl/gr-ieee802-15-4/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"