Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/opensp/
Date: Sun, 27 Feb 2022 04:03:37
Message-Id: 1645934594.f595167010e8eee8e8a0b6c9cd5fec706bd14b92.sam@gentoo
1 commit: f595167010e8eee8e8a0b6c9cd5fec706bd14b92
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 03:15:22 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 04:03:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5951670
7
8 app-text/opensp: drop IUSE="elibc_glibc"
9
10 Not needed (implicit), we dropped all other examples in tree
11 a little bit ago.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 app-text/opensp/opensp-1.5.2-r7.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-text/opensp/opensp-1.5.2-r7.ebuild b/app-text/opensp/opensp-1.5.2-r7.ebuild
19 index ddf0d6074591..0611f6bab276 100644
20 --- a/app-text/opensp/opensp-1.5.2-r7.ebuild
21 +++ b/app-text/opensp/opensp-1.5.2-r7.ebuild
22 @@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P}
23 LICENSE="MIT"
24 SLOT="0"
25 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"
26 -IUSE="doc elibc_glibc nls static-libs test"
27 +IUSE="doc nls static-libs test"
28 RESTRICT="!test? ( test )"
29
30 RDEPEND="elibc_glibc? ( net-libs/libnsl:0= )"