mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user