Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libelf/
Date: Sun, 02 Jan 2022 17:49:41
Message-Id: 1641145730.cfafece49396ae39ce8b29a446d302dde74a7c34.soap@gentoo
1 commit: cfafece49396ae39ce8b29a446d302dde74a7c34
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:48:50 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:48:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfafece4
7
8 dev-libs/libelf: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-libs/libelf/libelf-0.8.13-r2.ebuild | 7 ++-----
13 1 file changed, 2 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-libs/libelf/libelf-0.8.13-r2.ebuild b/dev-libs/libelf/libelf-0.8.13-r2.ebuild
16 index e2d116e1932a..e373fd9b7e46 100644
17 --- a/dev-libs/libelf/libelf-0.8.13-r2.ebuild
18 +++ b/dev-libs/libelf/libelf-0.8.13-r2.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,7 @@ SRC_URI="http://www.mr511.de/software/${P}.tar.gz"
26 LICENSE="LGPL-2"
27 SLOT="0"
28 KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 sparc x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
29 -IUSE="debug nls elibc_FreeBSD"
30 +IUSE="debug nls"
31
32 RDEPEND="!dev-libs/elfutils"
33 DEPEND="nls? ( sys-devel/gettext )"
34 @@ -45,7 +45,4 @@ multilib_src_install() {
35 install \
36 install-compat \
37 -j1
38 -
39 - # Stop libelf from stamping on the system nlist.h
40 - use elibc_FreeBSD && rm "${ED}"/usr/include/nlist.h
41 }