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 23BA9138359 for ; Mon, 3 Aug 2020 14:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66406E0963; Mon, 3 Aug 2020 14:33:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4B9F9E0963 for ; Mon, 3 Aug 2020 14:33:02 +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 1971E34F1FF for ; Mon, 3 Aug 2020 14:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C093274 for ; Mon, 3 Aug 2020 14:32:59 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1596465146.a22fce3cdee98d3372f251ef86824a3814b81564.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild X-VCS-Directories: app-i18n/yaskkserv/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: a22fce3cdee98d3372f251ef86824a3814b81564 X-VCS-Branch: master Date: Mon, 3 Aug 2020 14:32:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 894c216c-dd4e-49ce-b18f-018f1efca4c7 X-Archives-Hash: 6cfc71760722bad4d89745db523b33d1 commit: a22fce3cdee98d3372f251ef86824a3814b81564 Author: Akinori Hattori gentoo org> AuthorDate: Mon Aug 3 14:32:26 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon Aug 3 14:32:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22fce3c app-i18n/yaskkserv: call tc-getCXX Closes: https://bugs.gentoo.org/734648 Closes: https://bugs.gentoo.org/735160 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild index aa86f7b65fd..2ddbb09ee7f 100644 --- a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild +++ b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild @@ -31,7 +31,7 @@ src_configure() { econf \ $(use_enable gnutls) \ $(use_enable systemd) \ - --compiler="${tc-getCXX}" + --compiler="$(tc-getCXX)" } src_install() {