commit:     b2a107d24040665e798ad829863b0c9d3c63d723
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 21:03:05 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 21:40:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a107d2

sci-calculators/orpie: Minor touchups

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3533

 sci-calculators/orpie/orpie-1.5.2-r1.ebuild | 11 +++++------
 1 file 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 862d8dd..5020e93 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
 }

Reply via email to