commit:     98dae2a3693024efe75dad89d45c78d9d0c5ae50
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 11:36:30 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 11:36:30 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=98dae2a3

dev-lisp/named-readtables: Uses dodoc for installing doc

 dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild | 4 ++--
 dev-lisp/named-readtables/named-readtables-9999.ebuild   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild 
b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
index 46a7bb41..ea9f0367 100644
--- a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
@@ -12,10 +12,10 @@ 
SRC_URI="http://common-lisp.net/project/editor-hints/releases/${P}.tar.gz";
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
+IUSE="doc"
 
 src_install() {
        common-lisp-install-sources *.lisp tests/*.lisp
        common-lisp-install-asdf
-       dohtml doc/${PN}.html
+       use doc && dodoc doc/${PN}.html
 }

diff --git a/dev-lisp/named-readtables/named-readtables-9999.ebuild 
b/dev-lisp/named-readtables/named-readtables-9999.ebuild
index 66478d07..2a0c8fb4 100644
--- a/dev-lisp/named-readtables/named-readtables-9999.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-9999.ebuild
@@ -16,5 +16,5 @@ IUSE="doc"
 src_install() {
        common-lisp-install-sources src test
        common-lisp-install-asdf
-       use doc && dohtml doc/${PN}.html
+       use doc && dodoc doc/${PN}.html
 }

Reply via email to