commit: e32f1287b04af9767fd9d0b2a1881e4f1c9a0a94 Author: Jan Chren <dev.rindeal+github.com <AT> gmail <DOT> com> AuthorDate: Sat Apr 16 10:40:18 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Sat Apr 16 17:03:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32f1287
app-doc/cppman: RDEPEND fixes Closes: https://github.com/gentoo/gentoo/pull/1276 Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org> app-doc/cppman/cppman-0.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/cppman/cppman-0.4.6.ebuild b/app-doc/cppman/cppman-0.4.6.ebuild index c5e363f..b3e8333 100644 --- a/app-doc/cppman/cppman-0.4.6.ebuild +++ b/app-doc/cppman/cppman-0.4.6.ebuild @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~x86" RDEPEND=" sys-apps/groff - >=dev-python/beautifulsoup-4 + dev-python/beautifulsoup:4[${PYTHON_USEDEP}] " # `./setup install` already installs docs
