From d11c699ea33cef0e56ad19383db8e7e04d1e35e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 8 Feb 2020 07:21:32 +0100 Subject: [PATCH] app-doc/cppman: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../cppman/{cppman-0.4.8.ebuild => cppman-0.4.8-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename app-doc/cppman/{cppman-0.4.8.ebuild => cppman-0.4.8-r1.ebuild} (82%) diff --git a/app-doc/cppman/cppman-0.4.8.ebuild b/app-doc/cppman/cppman-0.4.8-r1.ebuild similarity index 82% rename from app-doc/cppman/cppman-0.4.8.ebuild rename to app-doc/cppman/cppman-0.4.8-r1.ebuild index 283e6ca77af5..931aff72c2bd 100644 --- a/app-doc/cppman/cppman-0.4.8.ebuild +++ b/app-doc/cppman/cppman-0.4.8-r1.ebuild @@ -21,8 +21,10 @@ KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" RDEPEND=" sys-apps/groff - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}] + dev-python/html5lib[${PYTHON_MULTI_USEDEP}] + ') " # `./setup install` already installs docs -- 2.26.2