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 8079E1395E2 for ; Fri, 25 Nov 2016 08:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE4E6E0BD2; Fri, 25 Nov 2016 08:49:50 +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 C6145E0BD2 for ; Fri, 25 Nov 2016 08:49:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F0FB2340FA4 for ; Fri, 25 Nov 2016 08:49:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 974BB487 for ; Fri, 25 Nov 2016 08:49:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1480063782.f44ee6043b911d48eb9f52e28ceb8d65f4d5b7c1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/creduce/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/creduce/creduce-9999.ebuild X-VCS-Directories: dev-util/creduce/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f44ee6043b911d48eb9f52e28ceb8d65f4d5b7c1 X-VCS-Branch: master Date: Fri, 25 Nov 2016 08:49:48 +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: fcfa1381-b028-4c7e-922b-5743f688d6e5 X-Archives-Hash: 0cc2d1bb553756c4abbe2d6fc89e6ea2 commit: f44ee6043b911d48eb9f52e28ceb8d65f4d5b7c1 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 25 08:48:23 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 25 08:49:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44ee604 dev-util/creduce: Fix gen name to be lowercase dev-util/creduce/creduce-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/creduce/creduce-9999.ebuild b/dev-util/creduce/creduce-9999.ebuild index 72f7b8a..99bc484 100644 --- a/dev-util/creduce/creduce-9999.ebuild +++ b/dev-util/creduce/creduce-9999.ebuild @@ -7,7 +7,7 @@ EAPI="6" EGIT_REPO_URI="https://github.com/csmith-project/creduce git://github.com/csmith-project/creduce" -: ${CMAKE_MAKEFILE_GENERATOR=Ninja} +: ${CMAKE_MAKEFILE_GENERATOR=ninja} inherit cmake-utils git-r3 DESCRIPTION="C-Reduce - a plugin-based C program reducer"