Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gnuconfig/
Date: Sat, 01 Jan 2022 20:08:07
Message-Id: 1641067646.918c1a9f7c9dc2966f67cd0666b89a7923f89092.soap@gentoo
1 commit: 918c1a9f7c9dc2966f67cd0666b89a7923f89092
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:26 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918c1a9f
7
8 sys-devel/gnuconfig: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-devel/gnuconfig/gnuconfig-20210107.ebuild | 3 +--
13 sys-devel/gnuconfig/gnuconfig-99999999.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-devel/gnuconfig/gnuconfig-20210107.ebuild b/sys-devel/gnuconfig/gnuconfig-20210107.ebuild
17 index f10936047305..1ca02c2eb1fa 100644
18 --- a/sys-devel/gnuconfig/gnuconfig-20210107.ebuild
19 +++ b/sys-devel/gnuconfig/gnuconfig-20210107.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -47,7 +47,6 @@ src_unpack() {
27 src_prepare() {
28 default
29 eapply "${S}"/*.patch
30 - use elibc_uclibc && sed -i 's:linux-gnu:linux-uclibc:' testsuite/config-guess.data #180637
31 }
32
33 src_compile() { :;}
34
35 diff --git a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild
36 index 1032fedf8e00..e4c1ec17f5df 100644
37 --- a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild
38 +++ b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2021 Gentoo Authors
41 +# Copyright 1999-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI="7"
45 @@ -47,7 +47,6 @@ src_unpack() {
46 src_prepare() {
47 default
48 eapply "${S}"/*.patch
49 - use elibc_uclibc && sed -i 's:linux-gnu:linux-uclibc:' testsuite/config-guess.data #180637
50 }
51
52 src_compile() { :;}