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 DA20A1382C5 for ; Fri, 27 Apr 2018 08:03:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B899E096E; Fri, 27 Apr 2018 08:03:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1680AE096E for ; Fri, 27 Apr 2018 08:03:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FC2A335C0C for ; Fri, 27 Apr 2018 08:03:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AEE1272 for ; Fri, 27 Apr 2018 08:03:43 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1524816222.a1a1f4ab5ea7bde2af0e5b531f5a059812c67442.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/quoter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/quoter/quoter-3.0_p2-r1.ebuild X-VCS-Directories: app-shells/quoter/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a1a1f4ab5ea7bde2af0e5b531f5a059812c67442 X-VCS-Branch: master Date: Fri, 27 Apr 2018 08:03:43 +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: a72e5867-4ceb-4ed1-92a5-0c8740e88c75 X-Archives-Hash: 05755757cfbb0e83b5ef7ba3e47f571e commit: a1a1f4ab5ea7bde2af0e5b531f5a059812c67442 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Apr 27 08:03:20 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Apr 27 08:03:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a1f4ab app-shells/quoter: Respect CC (bug #654108). Package-Manager: Portage-2.3.31, Repoman-2.3.9 app-shells/quoter/quoter-3.0_p2-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-shells/quoter/quoter-3.0_p2-r1.ebuild b/app-shells/quoter/quoter-3.0_p2-r1.ebuild index a5b0ed2d6f5..4c1901dae04 100644 --- a/app-shells/quoter/quoter-3.0_p2-r1.ebuild +++ b/app-shells/quoter/quoter-3.0_p2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit vcs-snapshot +inherit toolchain-funcs vcs-snapshot DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval" HOMEPAGE="https://github.com/vaeth/quoter/" @@ -11,7 +11,10 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="" + +src_configure() { + tc-export CC +} src_install() { emake DESTDIR="${ED}" install