commit: 1ee6d3441aceb4624bac9d54c100dbc24e46fb1b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 17:48:52 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 17:48:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee6d344
games-misc/fortune-mod: remove freebsd-libc
Signed-off-by: David Seifert <soap <AT> gentoo.org>
games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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
index 2c5dd2971c79..456beb34b04f 100644
--- a/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild
+++ b/games-misc/fortune-mod/fortune-mod-1.99.1-r3.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
@@ -34,7 +34,6 @@ src_prepare() {
Makefile || die "sed Makefile failed"
if ! use elibc_glibc ; then
- [[ ${CHOST} == *-*bsd* ]] && local reglibs="-lcompat"
[[ ${CHOST} == *-darwin* ]] && local reglibs="-lc"
has_version "app-text/recode[nls]" && reglibs="${reglibs}
-lintl"
sed -i \