Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod/
Date: Sun, 02 Jan 2022 17:49:41
Message-Id: 1641145732.1ee6d3441aceb4624bac9d54c100dbc24e46fb1b.soap@gentoo
1 commit: 1ee6d3441aceb4624bac9d54c100dbc24e46fb1b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:48:52 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:48:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee6d344
7
8 games-misc/fortune-mod: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild b/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild
16 index 2c5dd2971c79..456beb34b04f 100644
17 --- a/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild
18 +++ b/games-misc/fortune-mod/fortune-mod-1.99.1-r3.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 @@ -34,7 +34,6 @@ src_prepare() {
26 Makefile || die "sed Makefile failed"
27
28 if ! use elibc_glibc ; then
29 - [[ ${CHOST} == *-*bsd* ]] && local reglibs="-lcompat"
30 [[ ${CHOST} == *-darwin* ]] && local reglibs="-lc"
31 has_version "app-text/recode[nls]" && reglibs="${reglibs} -lintl"
32 sed -i \