Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/crystal/
Date: Tue, 09 Jan 2018 23:09:38
Message-Id: 1515539370.a05332599b1f351ec6043914c3e61e3ce8dd1efa.slyfox@gentoo
1 commit: a05332599b1f351ec6043914c3e61e3ce8dd1efa
2 Author: Azamat Khudaygulov <azamat <AT> hudaygulov <DOT> ru>
3 AuthorDate: Tue Jan 9 21:58:55 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 23:09:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0533259
7
8 dev-lang/crystal: Fix build with doc use flag
9
10 In PR https://github.com/crystal-lang/crystal/pull/5217 directory doc
11 renamed to docs
12
13 Package-Manager: Portage-2.3.19, Repoman-2.3.6
14 Closes: https://github.com/gentoo/gentoo/pull/6810
15
16 dev-lang/crystal/crystal-0.24.1.ebuild | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-lang/crystal/crystal-0.24.1.ebuild b/dev-lang/crystal/crystal-0.24.1.ebuild
20 index 5436a7888dd..d4dafefe6d4 100644
21 --- a/dev-lang/crystal/crystal-0.24.1.ebuild
22 +++ b/dev-lang/crystal/crystal-0.24.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -62,7 +62,7 @@ src_compile() {
30 CRYSTAL_PATH=src \
31 CRYSTAL_CONFIG_VERSION=${PV} \
32 CRYSTAL_CONFIG_PATH="lib:${EPREFIX}/usr/$(get_libdir)/crystal"
33 - use doc && emake doc
34 + use doc && emake docs
35 }
36
37 src_test() {
38 @@ -93,7 +93,7 @@ src_install() {
39
40 if use doc ; then
41 docinto api
42 - dodoc -r doc/.
43 + dodoc -r docs/.
44 fi
45
46 newbashcomp etc/completion.bash ${PN}