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 995CD1382C5 for ; Fri, 23 Apr 2021 10:12:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDAEFE0922; Fri, 23 Apr 2021 10:12:30 +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 C2FEBE0922 for ; Fri, 23 Apr 2021 10:12:30 +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 57634335CE9 for ; Fri, 23 Apr 2021 10:12:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7C4F59C for ; Fri, 23 Apr 2021 10:12:27 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1619172743.47a8d266c65e5cabb3007437ad550b98a126a4c0.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/usockets/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-libs/usockets/usockets-0.7.1_p20210214.ebuild net-libs/usockets/usockets-9999.ebuild X-VCS-Directories: net-libs/usockets/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 47a8d266c65e5cabb3007437ad550b98a126a4c0 X-VCS-Branch: dev Date: Fri, 23 Apr 2021 10:12:27 +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: 8d272c06-2724-4c75-975a-2a9424574f69 X-Archives-Hash: e3e1cbf155b03918b5c0f557fbb7496f commit: 47a8d266c65e5cabb3007437ad550b98a126a4c0 Author: Aisha Tammy aisha cc> AuthorDate: Fri Apr 23 10:12:12 2021 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Fri Apr 23 10:12:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47a8d266 net-libs/usockets: fix direct AR calls Closes: https://bugs.gentoo.org/785190 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Aisha Tammy aisha.cc> net-libs/usockets/usockets-0.7.1_p20210214.ebuild | 2 +- net-libs/usockets/usockets-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/usockets/usockets-0.7.1_p20210214.ebuild b/net-libs/usockets/usockets-0.7.1_p20210214.ebuild index 499d8f975..e601304db 100644 --- a/net-libs/usockets/usockets-0.7.1_p20210214.ebuild +++ b/net-libs/usockets/usockets-0.7.1_p20210214.ebuild @@ -33,7 +33,7 @@ PATCHES=( ) src_configure() { - tc-export CC CXX + tc-export CC CXX AR export VERSION="${PV%_*}" \ LIB="$(get_libdir)" \ WITH_OPENSSL="$(usex ssl 1 0)" diff --git a/net-libs/usockets/usockets-9999.ebuild b/net-libs/usockets/usockets-9999.ebuild index 10ce0fdd3..18e9a5255 100644 --- a/net-libs/usockets/usockets-9999.ebuild +++ b/net-libs/usockets/usockets-9999.ebuild @@ -32,7 +32,7 @@ PATCHES=( ) src_configure() { - tc-export CC CXX + tc-export CC CXX AR export VERSION="${PV%_*}" \ LIB="$(get_libdir)" \ WITH_OPENSSL="$(usex ssl 1 0)"