commit:     cfafece49396ae39ce8b29a446d302dde74a7c34
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 17:48:50 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 17:48:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfafece4

dev-libs/libelf: remove freebsd-libc

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-libs/libelf/libelf-0.8.13-r2.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-libs/libelf/libelf-0.8.13-r2.ebuild 
b/dev-libs/libelf/libelf-0.8.13-r2.ebuild
index e2d116e1932a..e373fd9b7e46 100644
--- a/dev-libs/libelf/libelf-0.8.13-r2.ebuild
+++ b/dev-libs/libelf/libelf-0.8.13-r2.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="6"
@@ -12,7 +12,7 @@ SRC_URI="http://www.mr511.de/software/${P}.tar.gz";
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 sparc x86 ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug nls elibc_FreeBSD"
+IUSE="debug nls"
 
 RDEPEND="!dev-libs/elfutils"
 DEPEND="nls? ( sys-devel/gettext )"
@@ -45,7 +45,4 @@ multilib_src_install() {
                install \
                install-compat \
                -j1
-
-       # Stop libelf from stamping on the system nlist.h
-       use elibc_FreeBSD && rm "${ED}"/usr/include/nlist.h
 }

Reply via email to