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 095C113888F for ; Thu, 22 Oct 2015 04:37:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77A2F21C00B; Thu, 22 Oct 2015 04:37:26 +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 1F99321C003 for ; Thu, 22 Oct 2015 04:37:26 +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 3C0ED33FEDE for ; Thu, 22 Oct 2015 04:37:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0523E15C3 for ; Thu, 22 Oct 2015 04:37:19 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1445488629.d1ce67fd7e7a7e3518e9ed1131c54bb6d30e7498.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/grass/grass-7.0.1-r1.ebuild X-VCS-Directories: sci-geosciences/grass/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: d1ce67fd7e7a7e3518e9ed1131c54bb6d30e7498 X-VCS-Branch: master Date: Thu, 22 Oct 2015 04:37:19 +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: b18d4ed0-03af-43e8-91c4-6d622a81f459 X-Archives-Hash: 7e7d04a8abbe7f808b9722dab058f050 commit: d1ce67fd7e7a7e3518e9ed1131c54bb6d30e7498 Author: Ian Delaney gentoo org> AuthorDate: Thu Oct 22 04:36:32 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Thu Oct 22 04:37:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ce67fd sci-geosciences/grass: address qa issue to -7.0.1-r1, fixes gentoo bug issue; does not respect CC Gentoo bug: #563492 Package-Manager: portage-2.2.20.1 sci-geosciences/grass/grass-7.0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/grass/grass-7.0.1-r1.ebuild b/sci-geosciences/grass/grass-7.0.1-r1.ebuild index 5589327..68af821 100644 --- a/sci-geosciences/grass/grass-7.0.1-r1.ebuild +++ b/sci-geosciences/grass/grass-7.0.1-r1.ebuild @@ -173,7 +173,7 @@ src_configure() { src_compile() { # we don't want to link against embedded mysql lib - emake MYSQLDLIB="" + emake CC="$(tc-getCC)" MYSQLDLIB="" } src_install() { @@ -258,4 +258,4 @@ pkg_postrm() { fdo-mime_desktop_database_update gnome2_icon_cache_update fi -} \ No newline at end of file +}