diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-04-05 01:34:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-04-05 01:34:33 +0100 |
commit | 8bcae5a5a332db9dc28c20b7a5f28337d8335254 (patch) | |
tree | f5e955d5d9283743bda70a7d99a915db594b8a50 /net-wireless/gr-rds/gr-rds-9999.ebuild | |
parent | 74dcbf5a63cafe2678e2a397e1002dd691425200 (diff) |
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 |