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 05BF91388C1 for ; Sat, 19 Dec 2015 17:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B43DC21C0D5; Sat, 19 Dec 2015 17:34:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1796621C0D5 for ; Sat, 19 Dec 2015 17:34:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28F31340504 for ; Sat, 19 Dec 2015 17:34:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 134A1CE6 for ; Sat, 19 Dec 2015 17:34:06 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1450546432.4e21e8d8907b2ae9a8e6bcd4dcd5b94120eb6626.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/atari-fdisk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild X-VCS-Directories: sys-fs/atari-fdisk/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 4e21e8d8907b2ae9a8e6bcd4dcd5b94120eb6626 X-VCS-Branch: master Date: Sat, 19 Dec 2015 17:34: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: 0bbabef7-afb0-426e-b281-feffbdde39b3 X-Archives-Hash: f5900641226682a97745b0686a8ac09a commit: 4e21e8d8907b2ae9a8e6bcd4dcd5b94120eb6626 Author: Mike Frysinger gentoo org> AuthorDate: Sat Dec 19 17:28:02 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Dec 19 17:33:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e21e8d8 sys-fs/atari-fdisk: respect the users CC setting sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild index 58033a5..9b6b304 100644 --- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild +++ b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild @@ -28,6 +28,7 @@ src_compile() { emake \ CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" \ + CC="$(tc-getCC)" \ COMPILE_ARCH=m68k }