diff options
author | 2020-09-19 21:56:54 +0200 | |
---|---|---|
committer | 2020-09-19 21:57:12 +0200 | |
commit | 7e09dcf5dec29469a3a02b3bc2a30244a19d2733 (patch) | |
tree | 3e8c20020948bce90870e1e74d2e2cec02cece4c /dev-util | |
parent | net-libs/zeromq: Stabilize 4.3.3 amd64, #740574 (diff) | |
download | gentoo-7e09dcf5dec29469a3a02b3bc2a30244a19d2733.tar.gz gentoo-7e09dcf5dec29469a3a02b3bc2a30244a19d2733.tar.bz2 gentoo-7e09dcf5dec29469a3a02b3bc2a30244a19d2733.zip |
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>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/anjuta/anjuta-3.34.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/anjuta/anjuta-3.34.0.ebuild b/dev-util/anjuta/anjuta-3.34.0.ebuild index 97bb17cc3827..4e3d1619f0dc 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 |