diff options
author | Andrey Grozin <grozin@gentoo.org> | 2020-02-22 15:19:29 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2020-02-22 15:19:29 +0700 |
commit | bdfafe0e4cbb664b050ba7c2ff9ba2baa3aa3a08 (patch) | |
tree | 3979bbc5dd49a7c1ce23885f6a251a2435350b74 /dev-tex | |
parent | sci-libs/keras-preprocessing: stable 1.1.0 (diff) | |
download | gentoo-bdfafe0e4cbb664b050ba7c2ff9ba2baa3aa3a08.tar.gz gentoo-bdfafe0e4cbb664b050ba7c2ff9ba2baa3aa3a08.tar.bz2 gentoo-bdfafe0e4cbb664b050ba7c2ff9ba2baa3aa3a08.zip |
dev-tex/pythontex: installation fixed
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>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/pythontex/pythontex-0.17.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-tex/pythontex/pythontex-0.17.ebuild b/dev-tex/pythontex/pythontex-0.17.ebuild index 267d1e510960..31f770632569 100644 --- a/dev-tex/pythontex/pythontex-0.17.ebuild +++ b/dev-tex/pythontex/pythontex-0.17.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/gpoore/pythontex/archive/v${PV}.tar.gz -> ${P}.tar.g SLOT="0" LICENSE="LPPL-1.3 BSD" KEYWORDS="~amd64 ~x86" -IUSE="highlighting" +IUSE="doc highlighting" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -33,7 +33,8 @@ src_compile() { } src_install() { - dodoc ${PN}/README "${S}"/*rst ${PN}_quickstart/* + dodoc *rst + use doc && dodoc ${PN}_quickstart/*pdf ${PN}/*pdf cd ${PN} || die @@ -45,5 +46,5 @@ src_install() { } python_foreach_impl installation - latex-package_src_doinstall dtx ins sty + latex-package_src_doinstall sty } |