dev-util/patchelf - 9999 (ext-devlibs)

Search

Package Information

Description:
Small utility to modify the dynamic linker and RPATH of ELF executables.
Homepage:
http://nixos.org/patchelf.html
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit git-r3 autotools

DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executables."
HOMEPAGE="http://nixos.org/patchelf.html"

SLOT="0"
KEYWORDS=""
LICENSE="GPL-3"
IUSE="test"

EGIT_REPO_URI="https://github.com/NixOS/patchelf.git"

src_prepare() {
	rm src/elf.h || die
	eapply_user
	eautoreconf
}

USE Flags