diff options
author | Jan Chren <dev.rindeal+github.com@gmail.com> | 2016-04-16 12:40:18 +0200 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-17 01:03:33 +0800 |
commit | e32f1287b04af9767fd9d0b2a1881e4f1c9a0a94 (patch) | |
tree | 682d2def964fc9307c52490442cb30e9c532d73d /app-doc/cppman | |
parent | app-doc/cppman: require sqlite and threads for python (diff) | |
download | gentoo-e32f1287b04af9767fd9d0b2a1881e4f1c9a0a94.tar.gz gentoo-e32f1287b04af9767fd9d0b2a1881e4f1c9a0a94.tar.bz2 gentoo-e32f1287b04af9767fd9d0b2a1881e4f1c9a0a94.zip |
app-doc/cppman: RDEPEND fixes
Closes: https://github.com/gentoo/gentoo/pull/1276
Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'app-doc/cppman')
-rw-r--r-- | app-doc/cppman/cppman-0.4.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-doc/cppman/cppman-0.4.6.ebuild b/app-doc/cppman/cppman-0.4.6.ebuild index c5e363f46f82..b3e8333c6c13 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 |