diff options
author | Sam James <sam@gentoo.org> | 2022-02-27 03:15:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-27 04:03:14 +0000 |
commit | f595167010e8eee8e8a0b6c9cd5fec706bd14b92 (patch) | |
tree | 9dfcc49969ae93ba43d1b35dbb0c9ff81c518501 /app-text/opensp | |
parent | sci-mathematics/coq: update metadata (diff) | |
download | gentoo-f595167010e8eee8e8a0b6c9cd5fec706bd14b92.tar.gz gentoo-f595167010e8eee8e8a0b6c9cd5fec706bd14b92.tar.bz2 gentoo-f595167010e8eee8e8a0b6c9cd5fec706bd14b92.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'app-text/opensp')
-rw-r--r-- | app-text/opensp/opensp-1.5.2-r7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/opensp/opensp-1.5.2-r7.ebuild b/app-text/opensp/opensp-1.5.2-r7.ebuild index ddf0d6074591..0611f6bab276 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= )" |