From 386012c4c6f7c37b2b8ba334f92b1d20a5a27a4c Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 17 Jul 2021 20:15:38 +0200 Subject: dev-util/dput-ng: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert --- dev-util/dput-ng/dput-ng-1.32.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-util/dput-ng') 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 )" -- cgit v1.2.3-65-gdbad