From 626c0bbaddb0091ba1b3587c7c06b76874ccb768 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 1 Jan 2022 21:07:05 +0100 Subject: dev-libs/newt: remove uclibc Signed-off-by: David Seifert --- dev-libs/newt/newt-0.52.21-r1.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'dev-libs/newt/newt-0.52.21-r1.ebuild') diff --git a/dev-libs/newt/newt-0.52.21-r1.ebuild b/dev-libs/newt/newt-0.52.21-r1.ebuild index 0e1a29f3890b..f5d64f25fb16 100644 --- a/dev-libs/newt/newt-0.52.21-r1.ebuild +++ b/dev-libs/newt/newt-0.52.21-r1.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=7 @@ -23,7 +23,6 @@ RDEPEND=" ${PYTHON_DEPS} >=dev-libs/popt-1.6 =sys-libs/slang-2* - elibc_uclibc? ( sys-libs/ncurses:0= ) gpm? ( sys-libs/gpm ) tcl? ( >=dev-lang/tcl-8.5:0 ) " @@ -38,11 +37,6 @@ PATCHES=( ) src_prepare() { - # bug 73850 - if use elibc_uclibc; then - sed -i -e 's:-lslang:-lslang -lncurses:g' Makefile.in || die - fi - sed -i Makefile.in \ -e 's|$(SHCFLAGS) -o|$(LDFLAGS) &|g' \ -e 's|-g -o|$(CFLAGS) $(LDFLAGS) -o|g' \ -- cgit v1.2.3-65-gdbad