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 16276138359 for ; Sat, 1 Aug 2020 13:09:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39CAEE0A5A; Sat, 1 Aug 2020 13:09:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 25808E0A5A for ; Sat, 1 Aug 2020 13:09:01 +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 CF6A734F49A for ; Sat, 1 Aug 2020 13:08:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0687295 for ; Sat, 1 Aug 2020 13:08:57 +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: <1596287184.8f6a2c967664bc2848fcb24fe7d83d1d9a04684c.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.0.ebuild 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: 8f6a2c967664bc2848fcb24fe7d83d1d9a04684c X-VCS-Branch: master Date: Sat, 1 Aug 2020 13:08:57 +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: 157d96f0-9467-4d0b-96a7-62611b41648f X-Archives-Hash: 15d081c0a2d87101dcebb1d9d0134853 commit: 8f6a2c967664bc2848fcb24fe7d83d1d9a04684c Author: Akinori Hattori gentoo org> AuthorDate: Sat Aug 1 13:06:24 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Aug 1 13:06:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6a2c96 app-i18n/yaskkserv: call tc-getCXX Closes: https://bugs.gentoo.org/734648 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild | 4 ++-- app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild index 2724f1e528e..d450001620d 100644 --- a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild +++ b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -31,7 +31,7 @@ src_configure() { econf \ $(use_enable gnutls) \ $(use_enable systemd) \ - --compiler="${tc_getCXX}" + --compiler="${tc-getCXX}" } src_install() { diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild index 8faf1afe865..6f3d4ff5f0f 100644 --- a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild +++ b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -31,7 +31,7 @@ src_configure() { econf \ $(use_enable gnutls) \ $(use_enable systemd) \ - --compiler="${tc_getCXX}" + --compiler="${tc-getCXX}" } src_install() {