diff options
author | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:05 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:05 +0100 |
commit | 626c0bbaddb0091ba1b3587c7c06b76874ccb768 (patch) | |
tree | 57fd80140eae68d97b246398c3b8a47e55c9eaf0 /dev-libs/newt/newt-0.52.21-r1.ebuild | |
parent | dev-lang/tcc: remove uclibc (diff) | |
download | gentoo-626c0bbaddb0091ba1b3587c7c06b76874ccb768.tar.gz gentoo-626c0bbaddb0091ba1b3587c7c06b76874ccb768.tar.bz2 gentoo-626c0bbaddb0091ba1b3587c7c06b76874ccb768.zip |
dev-libs/newt: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/newt/newt-0.52.21-r1.ebuild')
-rw-r--r-- | dev-libs/newt/newt-0.52.21-r1.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
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' \ |