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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C7CC158003 for ; Tue, 11 Jan 2022 20:59:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6772B2BC06D; Tue, 11 Jan 2022 20:59:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A88C2BC06D for ; Tue, 11 Jan 2022 20:59:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42F563430AB for ; Tue, 11 Jan 2022 20:59:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A619DA5 for ; Tue, 11 Jan 2022 20:59:46 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1641934781.773b7471a42cb6169f97264fe07d5de95f655cb3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nspr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nspr/nspr-4.32.ebuild dev-libs/nspr/nspr-4.33.ebuild X-VCS-Directories: dev-libs/nspr/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 773b7471a42cb6169f97264fe07d5de95f655cb3 X-VCS-Branch: master Date: Tue, 11 Jan 2022 20:59:46 +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: f94c6f1b-8e37-4e2c-9455-5ffa0191357e X-Archives-Hash: 08ffa0ecbd19cce6bbea587dd3015f9a commit: 773b7471a42cb6169f97264fe07d5de95f655cb3 Author: Joonas Niilola gentoo org> AuthorDate: Tue Jan 11 20:58:30 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jan 11 20:59:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773b7471 Revert "dev-libs/nspr: respect $AS settings" This reverts commit fed23dc429a6bc291fc4d16c9abc28d84cc71344. - non-maintainer commit, done without any prior communication with the project; No bug, no testing, not a single ping anywhere. Signed-off-by: Joonas Niilola gentoo.org> dev-libs/nspr/nspr-4.32.ebuild | 3 +-- dev-libs/nspr/nspr-4.33.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-libs/nspr/nspr-4.32.ebuild b/dev-libs/nspr/nspr-4.32.ebuild index 7be0ae41e449..d6db3c7ef9ee 100644 --- a/dev-libs/nspr/nspr-4.32.ebuild +++ b/dev-libs/nspr/nspr-4.32.ebuild @@ -60,7 +60,7 @@ multilib_src_configure() { # We use the standard BUILD_xxx but nspr uses HOST_xxx tc-export_build_env BUILD_CC export HOST_CC=${BUILD_CC} HOST_CFLAGS=${BUILD_CFLAGS} HOST_LDFLAGS=${BUILD_LDFLAGS} - tc-export AR AS CC CXX RANLIB + tc-export AR CC CXX RANLIB [[ ${CBUILD} != ${CHOST} ]] \ && export CROSS_COMPILE=1 \ || unset CROSS_COMPILE @@ -98,7 +98,6 @@ multilib_src_configure() { # Ancient autoconf needs help finding the right tools. LC_ALL="C" ECONF_SOURCE="${S}/nspr" \ ac_cv_path_AR="${AR}" \ - ac_cv_path_AS="${AS}" \ econf "${myconf[@]}" } diff --git a/dev-libs/nspr/nspr-4.33.ebuild b/dev-libs/nspr/nspr-4.33.ebuild index 3f4ceb883969..c0dd76d1aa2e 100644 --- a/dev-libs/nspr/nspr-4.33.ebuild +++ b/dev-libs/nspr/nspr-4.33.ebuild @@ -60,7 +60,7 @@ multilib_src_configure() { # We use the standard BUILD_xxx but nspr uses HOST_xxx tc-export_build_env BUILD_CC export HOST_CC=${BUILD_CC} HOST_CFLAGS=${BUILD_CFLAGS} HOST_LDFLAGS=${BUILD_LDFLAGS} - tc-export AR AS CC CXX RANLIB + tc-export AR CC CXX RANLIB [[ ${CBUILD} != ${CHOST} ]] \ && export CROSS_COMPILE=1 \ || unset CROSS_COMPILE @@ -98,7 +98,6 @@ multilib_src_configure() { # Ancient autoconf needs help finding the right tools. LC_ALL="C" ECONF_SOURCE="${S}/nspr" \ ac_cv_path_AR="${AR}" \ - ac_cv_path_AS="${AS}" \ econf "${myconf[@]}" }