Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1255
Signed-off-by: Ian Delaney <idella4@gentoo.org>
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/dulwich-0.12.0[${PYTHON_USEDEP}]
dev-python/httpauth[${PYTHON_USEDEP}]
dev-python/humanize[${PYTHON_USEDEP}]
+ ctags? (
+ dev-python/python-ctags[${PYTHON_USEDEP}]
+ )
"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
<remote-id type="github">jonashaag/klaus</remote-id>
<bugs-to>https://github.com/jonashaag/klaus/issues</bugs-to>
</upstream>
+ <use>
+ <flag name="ctags">Enable support for Exuberant ctags; makes all source code symbols hyperlinks to their definitions</flag>
+ </use>
</pkgmetadata>