diff options
Diffstat (limited to 'app-doc/cppman')
-rw-r--r-- | app-doc/cppman/cppman-0.4.8-r1.ebuild (renamed from app-doc/cppman/cppman-0.4.8.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-doc/cppman/cppman-0.4.8.ebuild b/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 |