summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-17 20:14:47 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-17 20:14:47 +0200
commit32fe8c9332af1b311c53ef7257dfb803bdc1d374 (patch)
tree512ea7ce0c0e9730c2829c152f21b98d16a9fe66
parentapp-crypt/yubikey-manager-qt: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff)
downloadgentoo-32fe8c9332af1b311c53ef7257dfb803bdc1d374.tar.gz
gentoo-32fe8c9332af1b311c53ef7257dfb803bdc1d374.tar.bz2
gentoo-32fe8c9332af1b311c53ef7257dfb803bdc1d374.zip
app-doc/cppman: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--app-doc/cppman/cppman-0.5.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/cppman/cppman-0.5.1.ebuild b/app-doc/cppman/cppman-0.5.1.ebuild
index 7b96802bb1db..ec877b7bff5c 100644
--- a/app-doc/cppman/cppman-0.5.1.ebuild
+++ b/app-doc/cppman/cppman-0.5.1.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=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
PYTHON_REQ_USE="sqlite,threads(+)"
DISTUTILS_SINGLE_IMPL=true
@@ -21,8 +21,8 @@ KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
RDEPEND="
sys-apps/groff
$(python_gen_cond_dep '
- dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
- dev-python/html5lib[${PYTHON_MULTI_USEDEP}]
+ dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+ dev-python/html5lib[${PYTHON_USEDEP}]
')
"