Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/slock/
Date: Sun, 02 Jan 2022 17:49:49
Message-Id: 1641145750.00c8c27ef9ca50fae3713b97cfc69c17b4f7ae35.soap@gentoo
1 commit: 00c8c27ef9ca50fae3713b97cfc69c17b4f7ae35
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:49:10 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:49:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c8c27e
7
8 x11-misc/slock: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 x11-misc/slock/slock-1.4-r1.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/x11-misc/slock/slock-1.4-r1.ebuild b/x11-misc/slock/slock-1.4-r1.ebuild
16 index 2753a8449711..0f6f4a035658 100644
17 --- a/x11-misc/slock/slock-1.4-r1.ebuild
18 +++ b/x11-misc/slock/slock-1.4-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=7
25 @@ -40,10 +40,6 @@ src_prepare() {
26 -e 's|@${CC}|$(CC)|g' \
27 Makefile || die
28
29 - if use elibc_FreeBSD; then
30 - sed -i -e 's/-DHAVE_SHADOW_H//' config.mk || die
31 - fi
32 -
33 restore_config config.h
34
35 tc-export CC