From f595167010e8eee8e8a0b6c9cd5fec706bd14b92 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 27 Feb 2022 03:15:22 +0000 Subject: [PATCH] app-text/opensp: drop IUSE="elibc_glibc" Not needed (implicit), we dropped all other examples in tree a little bit ago. Signed-off-by: Sam James --- app-text/opensp/opensp-1.5.2-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/opensp/opensp-1.5.2-r7.ebuild b/app-text/opensp/opensp-1.5.2-r7.ebuild index ddf0d60745916..0611f6bab2768 100644 --- a/app-text/opensp/opensp-1.5.2-r7.ebuild +++ b/app-text/opensp/opensp-1.5.2-r7.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="doc elibc_glibc nls static-libs test" +IUSE="doc nls static-libs test" RESTRICT="!test? ( test )" RDEPEND="elibc_glibc? ( net-libs/libnsl:0= )"