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/autoconf/
Date: Thu, 06 Jan 2022 09:07:42
Message-Id: 1641460033.dde3d0e7b5a5ead06546f6d09fb8b7a4bcf7984e.soap@gentoo
1 commit: dde3d0e7b5a5ead06546f6d09fb8b7a4bcf7984e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 09:07:13 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 09:07:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde3d0e7
7
8 sys-devel/autoconf: remove userland_BSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-devel/autoconf/autoconf-2.13-r1.ebuild | 9 +++------
13 1 file changed, 3 insertions(+), 6 deletions(-)
14
15 diff --git a/sys-devel/autoconf/autoconf-2.13-r1.ebuild b/sys-devel/autoconf/autoconf-2.13-r1.ebuild
16 index 51e415706fdb..64ebbe280198 100644
17 --- a/sys-devel/autoconf/autoconf-2.13-r1.ebuild
18 +++ b/sys-devel/autoconf/autoconf-2.13-r1.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=6
25 @@ -12,7 +12,6 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
26 LICENSE="GPL-2"
27 SLOT="${PV:0:3}"
28 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
29 -IUSE="userland_BSD"
30
31 DEPEND=">=sys-apps/texinfo-4.3
32 =sys-devel/m4-1.4*
33 @@ -40,10 +39,8 @@ src_configure() {
34 # force to `awk` so that we don't encode another awk that
35 # happens to currently be installed, but might later be
36 # uninstalled (like mawk). same for m4.
37 - local prepend=""
38 - use userland_BSD && prepend="g"
39 - ac_cv_path_M4="${prepend}m4" \
40 - ac_cv_prog_AWK="${prepend}awk" \
41 + ac_cv_path_M4="m4" \
42 + ac_cv_prog_AWK="awk" \
43 LC_ALL=C \
44 econf \
45 --exec-prefix="${EPREFIX}"/usr \