From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A5EB459CAF for ; Tue, 5 Apr 2016 18:02:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA65C21C00D; Tue, 5 Apr 2016 18:02:11 +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 1A87B21C044 for ; Tue, 5 Apr 2016 18:02:11 +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 D1B03340CEF for ; Tue, 5 Apr 2016 18:02:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A25181 for ; Tue, 5 Apr 2016 18:02:06 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1459878458.89042a11f691a8752a50e8d4def0630eaf2c887f.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/trinity/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/trinity/trinity-9999.ebuild X-VCS-Directories: dev-util/trinity/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 89042a11f691a8752a50e8d4def0630eaf2c887f X-VCS-Branch: master Date: Tue, 5 Apr 2016 18:02:06 +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: 756df01c-172a-4be3-84b8-52f10316c8c6 X-Archives-Hash: 20b5f27472167d0784a36e030076b48d commit: 89042a11f691a8752a50e8d4def0630eaf2c887f Author: Toralf Förster gmx de> AuthorDate: Mon Apr 4 19:28:16 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Apr 5 17:47:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89042a11 dev-util/trinity: add "default" to src_prepare() accidently missed in the EAPI=6 bump of commit fa94229 Signed-off-by: Toralf Förster gmx.de> Closes: https://github.com/gentoo/gentoo/pull/1198 Signed-off-by: Patrice Clement gentoo.org> dev-util/trinity/trinity-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/trinity/trinity-9999.ebuild b/dev-util/trinity/trinity-9999.ebuild index caa077f..9eb8f22 100644 --- a/dev-util/trinity/trinity-9999.ebuild +++ b/dev-util/trinity/trinity-9999.ebuild @@ -24,6 +24,7 @@ src_prepare() { -i Makefile || die tc-export CC + default } src_compile() {