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/patch/
Date: Thu, 06 Jan 2022 09:07:43
Message-Id: 1641460034.ef511d7814808591e6a273ea1598dcc1b3a798cc.soap@gentoo
1 commit: ef511d7814808591e6a273ea1598dcc1b3a798cc
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 09:07:14 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 09:07:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef511d78
7
8 sys-devel/patch: remove userland_BSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-devel/patch/patch-2.7.6-r4.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-devel/patch/patch-2.7.6-r4.ebuild b/sys-devel/patch/patch-2.7.6-r4.ebuild
16 index 5919bbb39640..30d831025c06 100644
17 --- a/sys-devel/patch/patch-2.7.6-r4.ebuild
18 +++ b/sys-devel/patch/patch-2.7.6-r4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25 @@ -39,7 +39,6 @@ src_configure() {
26
27 local myeconfargs=(
28 $(use_enable xattr)
29 - --program-prefix="$(use userland_BSD && echo g)"
30 )
31 # Do not let $ED mess up the search for `ed` 470210.
32 ac_cv_path_ED=$(type -P ed) \