Skip to content

Commit

Permalink
app-i18n/yaskkserv: call tc-getCXX
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/734648
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <[email protected]>
  • Loading branch information
hattya committed Aug 1, 2020
1 parent e67c072 commit 8f6a2c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -31,7 +31,7 @@ src_configure() {
econf \
$(use_enable gnutls) \
$(use_enable systemd) \
--compiler="${tc_getCXX}"
--compiler="${tc-getCXX}"
}

src_install() {
Expand Down
4 changes: 2 additions & 2 deletions app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -31,7 +31,7 @@ src_configure() {
econf \
$(use_enable gnutls) \
$(use_enable systemd) \
--compiler="${tc_getCXX}"
--compiler="${tc-getCXX}"
}

src_install() {
Expand Down

0 comments on commit 8f6a2c9

Please sign in to comment.