Closes: https://bugs.gentoo.org/show_bug.cgi?id=709882
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
SLOT="0"
LICENSE="LPPL-1.3 BSD"
KEYWORDS="~amd64 ~x86"
-IUSE="highlighting"
+IUSE="doc highlighting"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
}
src_install() {
- dodoc ${PN}/README "${S}"/*rst ${PN}_quickstart/*
+ dodoc *rst
+ use doc && dodoc ${PN}_quickstart/*pdf ${PN}/*pdf
cd ${PN} || die
}
python_foreach_impl installation
- latex-package_src_doinstall dtx ins sty
+ latex-package_src_doinstall sty
}