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 6E9E6138334 for ; Tue, 28 May 2019 13:07:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84F9CE089D; Tue, 28 May 2019 13:07:45 +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 625EFE089D for ; Tue, 28 May 2019 13:07:45 +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 9FAF03451D4 for ; Tue, 28 May 2019 13:07:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 290C35F6 for ; Tue, 28 May 2019 13:07:41 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1559048414.132649ad574ad091d5915ab6601d8586dd37c39d.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/3proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/3proxy/3proxy-0.8.12.ebuild X-VCS-Directories: net-proxy/3proxy/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: 132649ad574ad091d5915ab6601d8586dd37c39d X-VCS-Branch: master Date: Tue, 28 May 2019 13:07:41 +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: e7268f4f-3360-454e-9cd7-83ae17d4bfc2 X-Archives-Hash: 306774742fd2d70f9a6cab49634465c7 commit: 132649ad574ad091d5915ab6601d8586dd37c39d Author: Stefan Strogin gentoo org> AuthorDate: Tue May 28 13:00:14 2019 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Tue May 28 13:00:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132649ad net-proxy/3proxy: respect CC Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Stefan Strogin gentoo.org> net-proxy/3proxy/3proxy-0.8.12.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net-proxy/3proxy/3proxy-0.8.12.ebuild b/net-proxy/3proxy/3proxy-0.8.12.ebuild index 3bf12098bc4..5ebf6061b3d 100644 --- a/net-proxy/3proxy/3proxy-0.8.12.ebuild +++ b/net-proxy/3proxy/3proxy-0.8.12.ebuild @@ -3,6 +3,8 @@ EAPI=7 +inherit toolchain-funcs + DESCRIPTION="A really tiny cross-platform proxy servers set" HOMEPAGE="https://www.3proxy.ru/" SRC_URI="https://github.com/z3APA3A/3proxy/archive/${PV}.tar.gz -> ${P}.tar.gz" @@ -23,6 +25,10 @@ src_prepare() { cp Makefile.Linux Makefile || die } +src_compile() { + emake CC="$(tc-getCC)" LN="$(tc-getCC)" +} + src_install() { local x