commit:     7e09dcf5dec29469a3a02b3bc2a30244a19d2733
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 19:56:54 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 19:57:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e09dcf5

dev-util/anjuta: Port to python3

It looks to work ok for me with python3, also Debian and Fedora are using it
with python3 for a long time without issues. If it still fails, a bug should
be opened and it should be tracked with upstream if needed.

Closes: https://bugs.gentoo.org/735318
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 dev-util/anjuta/anjuta-3.34.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/anjuta/anjuta-3.34.0.ebuild 
b/dev-util/anjuta/anjuta-3.34.0.ebuild
index 97bb17cc382..4e3d1619f0d 100644
--- a/dev-util/anjuta/anjuta-3.34.0.ebuild
+++ b/dev-util/anjuta/anjuta-3.34.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 ) # python loader crashes on load with py3 in 3.34.0
+PYTHON_COMPAT=( python3_{7..9} )
 # libanjuta-language-vala.so links to a specific slot of libvala; we want to
 # avoid automagic behavior.
 VALA_MIN_API_VERSION="0.46" # 3.34.0 upstream release supports up to 0.44, but 
0.46 vala LTS support was added without any other adjustments post-release; 
0.48 will need patches

Reply via email to