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 45873158086 for ; Sat, 1 Jan 2022 20:08:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 530A92BC073; Sat, 1 Jan 2022 20:08:05 +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 246442BC073 for ; Sat, 1 Jan 2022 20:08:05 +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 03358342F5C for ; Sat, 1 Jan 2022 20:08:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0BE2287 for ; Sat, 1 Jan 2022 20:08:00 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1641067646.918c1a9f7c9dc2966f67cd0666b89a7923f89092.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gnuconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gnuconfig/gnuconfig-20210107.ebuild sys-devel/gnuconfig/gnuconfig-99999999.ebuild X-VCS-Directories: sys-devel/gnuconfig/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 918c1a9f7c9dc2966f67cd0666b89a7923f89092 X-VCS-Branch: master Date: Sat, 1 Jan 2022 20:08:00 +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: 6b61809a-7f31-4610-8941-3ef5dde5024a X-Archives-Hash: 2ad41663f46e38a2adf8a2728566714a commit: 918c1a9f7c9dc2966f67cd0666b89a7923f89092 Author: David Seifert gentoo org> AuthorDate: Sat Jan 1 20:07:26 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 1 20:07:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918c1a9f sys-devel/gnuconfig: remove uclibc Signed-off-by: David Seifert gentoo.org> sys-devel/gnuconfig/gnuconfig-20210107.ebuild | 3 +-- sys-devel/gnuconfig/gnuconfig-99999999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-devel/gnuconfig/gnuconfig-20210107.ebuild b/sys-devel/gnuconfig/gnuconfig-20210107.ebuild index f10936047305..1ca02c2eb1fa 100644 --- a/sys-devel/gnuconfig/gnuconfig-20210107.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20210107.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -47,7 +47,6 @@ src_unpack() { src_prepare() { default eapply "${S}"/*.patch - use elibc_uclibc && sed -i 's:linux-gnu:linux-uclibc:' testsuite/config-guess.data #180637 } src_compile() { :;} diff --git a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild index 1032fedf8e00..e4c1ec17f5df 100644 --- a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -47,7 +47,6 @@ src_unpack() { src_prepare() { default eapply "${S}"/*.patch - use elibc_uclibc && sed -i 's:linux-gnu:linux-uclibc:' testsuite/config-guess.data #180637 } src_compile() { :;}