diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:38 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:38 +0200 |
commit | 386012c4c6f7c37b2b8ba334f92b1d20a5a27a4c (patch) | |
tree | f4ab30faf46ec3e023e9cdd580aaa73b12fc74b9 /dev-util/dput-ng | |
parent | dev-util/diffuse: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-386012c4c6f7c37b2b8ba334f92b1d20a5a27a4c.tar.gz gentoo-386012c4c6f7c37b2b8ba334f92b1d20a5a27a4c.tar.bz2 gentoo-386012c4c6f7c37b2b8ba334f92b1d20a5a27a4c.zip |
dev-util/dput-ng: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/dput-ng')
-rw-r--r-- | dev-util/dput-ng/dput-ng-1.32.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/dput-ng/dput-ng-1.32.ebuild b/dev-util/dput-ng/dput-ng-1.32.ebuild index 62870638d55b..2d26f0d0c72d 100644 --- a/dev-util/dput-ng/dput-ng-1.32.ebuild +++ b/dev-util/dput-ng/dput-ng-1.32.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) DISTUTILS_SINGLE_IMPL=1 inherit bash-completion-r1 distutils-r1 @@ -18,17 +18,17 @@ IUSE="test" RDEPEND=" $(python_gen_cond_dep ' - dev-python/python-debian[${PYTHON_MULTI_USEDEP}] - dev-python/paramiko[${PYTHON_MULTI_USEDEP}] - dev-util/distro-info[python,${PYTHON_MULTI_USEDEP}] + dev-python/python-debian[${PYTHON_USEDEP}] + dev-python/paramiko[${PYTHON_USEDEP}] + dev-util/distro-info[python,${PYTHON_USEDEP}] ') " DEPEND="${RDEPEND} app-text/asciidoc test? ( $(python_gen_cond_dep ' - dev-python/nose[${PYTHON_MULTI_USEDEP}] - dev-python/python-debian[${PYTHON_MULTI_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/python-debian[${PYTHON_USEDEP}] ') dev-util/debhelper )" |