From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 499DE138330 for ; Tue, 9 Jan 2018 23:09:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B971E0BF4; Tue, 9 Jan 2018 23:09:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D3D6E0BF4 for ; Tue, 9 Jan 2018 23:09:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85D14335C3B for ; Tue, 9 Jan 2018 23:09:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DA1D1AD for ; Tue, 9 Jan 2018 23:09:35 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1515539370.a05332599b1f351ec6043914c3e61e3ce8dd1efa.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/crystal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/crystal/crystal-0.24.1.ebuild X-VCS-Directories: dev-lang/crystal/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a05332599b1f351ec6043914c3e61e3ce8dd1efa X-VCS-Branch: master Date: Tue, 9 Jan 2018 23:09:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f29edd0-222d-44da-9beb-3ce14ecba2a6 X-Archives-Hash: 9d49f397cc481663b89c6b911278514b commit: a05332599b1f351ec6043914c3e61e3ce8dd1efa Author: Azamat Khudaygulov hudaygulov ru> AuthorDate: Tue Jan 9 21:58:55 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Jan 9 23:09:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0533259 dev-lang/crystal: Fix build with doc use flag In PR https://github.com/crystal-lang/crystal/pull/5217 directory doc renamed to docs Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6810 dev-lang/crystal/crystal-0.24.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/crystal/crystal-0.24.1.ebuild b/dev-lang/crystal/crystal-0.24.1.ebuild index 5436a7888dd..d4dafefe6d4 100644 --- a/dev-lang/crystal/crystal-0.24.1.ebuild +++ b/dev-lang/crystal/crystal-0.24.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -62,7 +62,7 @@ src_compile() { CRYSTAL_PATH=src \ CRYSTAL_CONFIG_VERSION=${PV} \ CRYSTAL_CONFIG_PATH="lib:${EPREFIX}/usr/$(get_libdir)/crystal" - use doc && emake doc + use doc && emake docs } src_test() { @@ -93,7 +93,7 @@ src_install() { if use doc ; then docinto api - dodoc -r doc/. + dodoc -r docs/. fi newbashcomp etc/completion.bash ${PN}