diff options
Diffstat (limited to 'net-wireless/gr-rds/gr-rds-9999.ebuild')
-rw-r--r-- | net-wireless/gr-rds/gr-rds-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/gr-rds/gr-rds-9999.ebuild b/net-wireless/gr-rds/gr-rds-9999.ebuild index ef3954a77e83..6d91ed065435 100644 --- a/net-wireless/gr-rds/gr-rds-9999.ebuild +++ b/net-wireless/gr-rds/gr-rds-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) if [[ ${PV} == 9999* ]]; then inherit git-r3 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_BRANCH="maint-3.10" else KEYWORDS="~amd64 ~x86" - COMMIT="f3646d04c138dc3279528808dcf6f847887e4a4f" + COMMIT="c1cba54dfac0661c088c44a120eeb38c300f6c01" SRC_URI="https://github.com/bastibl/gr-rds/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" fi |