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 77903139085 for ; Mon, 16 Jan 2017 13:25:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B391723401C; Mon, 16 Jan 2017 13:25:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E68323401C for ; Mon, 16 Jan 2017 13:25:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BA8F340C9F for ; Mon, 16 Jan 2017 13:25:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62C1D24EA for ; Mon, 16 Jan 2017 13:25:30 +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: <1484573123.a522f0bf6f055cfb43c0b07e503c933a3ee3fd89.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.20.4-r1.ebuild dev-lang/crystal/crystal-0.20.4.ebuild X-VCS-Directories: dev-lang/crystal/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a522f0bf6f055cfb43c0b07e503c933a3ee3fd89 X-VCS-Branch: master Date: Mon, 16 Jan 2017 13:25:30 +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: ccfa25de-f2cc-49eb-a7d8-c53db127f673 X-Archives-Hash: 2620b9b59d4df77d8ac396827827fde1 commit: a522f0bf6f055cfb43c0b07e503c933a3ee3fd89 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Jan 16 13:25:01 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Jan 16 13:25:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a522f0bf dev-lang/crystal: update CRYSTAL_CONFIG_PATH to use local 'lib', not 'libs Reported-by: Lord Reflex Bug: https://github.com/crystal-lang/crystal/issues/3897 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-lang/crystal/{crystal-0.20.4.ebuild => crystal-0.20.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/crystal/crystal-0.20.4.ebuild b/dev-lang/crystal/crystal-0.20.4-r1.ebuild similarity index 95% rename from dev-lang/crystal/crystal-0.20.4.ebuild rename to dev-lang/crystal/crystal-0.20.4-r1.ebuild index b748b28..13cc990 100644 --- a/dev-lang/crystal/crystal-0.20.4.ebuild +++ b/dev-lang/crystal/crystal-0.20.4-r1.ebuild @@ -42,7 +42,7 @@ src_compile() { PATH="${WORKDIR}"/${PN}-${BV}/bin:"${PATH}" \ CRYSTAL_PATH=src \ CRYSTAL_CONFIG_VERSION=${PV} \ - CRYSTAL_CONFIG_PATH="libs:${EPREFIX}/usr/$(get_libdir)/crystal" + CRYSTAL_CONFIG_PATH="lib:${EPREFIX}/usr/$(get_libdir)/crystal" use doc && emake doc }