logo

overlay

My (experimental) gentoo overlay
commit: 3a6702bb0d6e9feb8a6c839ea7760fc449b9f392
parent: fe35b3089cfd8e06c00df5bc5675dc3710d9d58c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  4 Dec 2018 06:36:49 +0100

sys-libs/gcompat: libucontext not in ::gentoo

Diffstat:

Msys-libs/gcompat/gcompat-0.3.0.ebuild4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-libs/gcompat/gcompat-0.3.0.ebuild b/sys-libs/gcompat/gcompat-0.3.0.ebuild @@ -33,15 +33,13 @@ get_linker_path() { src_compile() { emake \ LINKER_NAME="$(get_linker_name)" \ - LOADER_NAME="$(get_loader_name)" \ - WITH_LIBUCONTEXT=YesPlease + LOADER_NAME="$(get_loader_name)" } src_install() { emake \ LINKER_NAME="$(get_linker_name)" \ LOADER_NAME="$(get_loader_name)" \ - WITH_LIBUCONTEXT=YesPlease \ DESTDIR="${D}" \ install }