diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:32 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:32 +0200 |
commit | 60317c48ce65df090b3ecd091ba7ef6cb3aa34bf (patch) | |
tree | 81f59d34fd0cc435612fca71155a035c4727b99f /dev-util/anjuta | |
parent | dev-python/thunarx-python: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-60317c48ce65df090b3ecd091ba7ef6cb3aa34bf.tar.gz gentoo-60317c48ce65df090b3ecd091ba7ef6cb3aa34bf.tar.bz2 gentoo-60317c48ce65df090b3ecd091ba7ef6cb3aa34bf.zip |
dev-util/anjuta: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/anjuta')
-rw-r--r-- | dev-util/anjuta/anjuta-3.34.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/anjuta/anjuta-3.34.0.ebuild b/dev-util/anjuta/anjuta-3.34.0.ebuild index 4e3d1619f0dc..865d18e33fbe 100644 --- a/dev-util/anjuta/anjuta-3.34.0.ebuild +++ b/dev-util/anjuta/anjuta-3.34.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..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 @@ -59,7 +59,7 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND} introspection? ( $(python_gen_cond_dep ' - >=dev-python/pygobject-3.2:3[${PYTHON_MULTI_USEDEP}] + >=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}] ') ) gnome-base/gsettings-desktop-schemas |