diff options
Diffstat (limited to 'sci-calculators/orpie')
-rw-r--r-- | sci-calculators/orpie/orpie-1.5.2-r1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild index 862d8dd5df40..5020e9309ba1 100644 --- a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild +++ b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,12 +17,12 @@ IUSE="doc" DEPEND="dev-ml/gsl-ocaml sys-libs/ncurses:0= - || ( <dev-lang/ocaml-4.02 dev-ml/camlp4 )" + dev-ml/camlp4" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-1.5.1-ocaml311.patch" - "${FILESDIR}/${P}-nogsl.patch" + "${FILESDIR}/${PN}-1.5.2-nogsl.patch" "${FILESDIR}/${PN}-1.5.1-orpierc.patch" "${FILESDIR}/${PN}-1.5.1-tinfo.patch" ) @@ -40,10 +40,9 @@ src_compile() { } src_install() { - default if use doc; then dodoc doc/manual.pdf - docinto html/ - dodoc doc/manual.html + HTML_DOCS=( doc/manual.html ) fi + default } |