commit:     624808861d5aa2943ae25da94db559bb65b2fba5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 13:47:02 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 13:47:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62480886

dev-ada/gpr: disable py3.6, py3.7, pypy3

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/gpr/gpr-23.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ada/gpr/gpr-23.0.0.ebuild b/dev-ada/gpr/gpr-23.0.0.ebuild
index e00053c0067c..dcb73663e471 100644
--- a/dev-ada/gpr/gpr-23.0.0.ebuild
+++ b/dev-ada/gpr/gpr-23.0.0.ebuild
@@ -4,13 +4,13 @@
 EAPI=7
 
 ADA_COMPAT=( gnat_2021 gcc_12_2_0 )
-PYTHON_COMPAT=( python3_{6,7,8,9,10,11} pypy3 )
+PYTHON_COMPAT=( python3_{8,9,10,11} )
 
 inherit python-any-r1 ada multiprocessing
 
 DESCRIPTION="LibGPR2 - Parser for GPR Project files"
 HOMEPAGE="https://github.com/AdaCore/gpr";
-SRC_URI="https://github.com/AdaCore/gpr/archive/refs/tags/v${PV}.tar.gz
+SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
        -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"

Reply via email to