diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 18:48:50 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 18:48:50 +0100 |
commit | cfafece49396ae39ce8b29a446d302dde74a7c34 (patch) | |
tree | a345e3bf6697947a21643ae519eb516b1bb58bf7 /dev-libs/libelf | |
parent | dev-libs/expat: remove freebsd-libc (diff) | |
download | gentoo-cfafece49396ae39ce8b29a446d302dde74a7c34.tar.gz gentoo-cfafece49396ae39ce8b29a446d302dde74a7c34.tar.bz2 gentoo-cfafece49396ae39ce8b29a446d302dde74a7c34.zip |
dev-libs/libelf: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/libelf')
-rw-r--r-- | dev-libs/libelf/libelf-0.8.13-r2.ebuild | 7 |
1 files 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 } |