diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:41 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:41 +0200 |
commit | bae5fcfb8abf93292783d42db11826c9532876b1 (patch) | |
tree | 88236afa50da6a67522c62826b92de2018b2b7f1 /dev-util/itstool | |
parent | dev-util/gtk-doc: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-bae5fcfb8abf93292783d42db11826c9532876b1.tar.gz gentoo-bae5fcfb8abf93292783d42db11826c9532876b1.tar.bz2 gentoo-bae5fcfb8abf93292783d42db11826c9532876b1.zip |
dev-util/itstool: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/itstool')
-rw-r--r-- | dev-util/itstool/itstool-2.0.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/itstool/itstool-2.0.6-r1.ebuild b/dev-util/itstool/itstool-2.0.6-r1.ebuild index b19f6de375fd..2589d4c2e9bb 100644 --- a/dev-util/itstool/itstool-2.0.6-r1.ebuild +++ b/dev-util/itstool/itstool-2.0.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) PYTHON_REQ_USE="xml" inherit python-single-r1 @@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-libs/libxml2[python,${PYTHON_MULTI_USEDEP}] + dev-libs/libxml2[python,${PYTHON_USEDEP}] ')" DEPEND="${RDEPEND}" BDEPEND="" |