diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 00:25:53 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 00:25:53 +0100 |
commit | 74fd028308f4a32ca3882fe7602a7cd7f3d47914 (patch) | |
tree | 0bc14dcdcb1f1026165f90e160287a887aa77d20 /app-text/opensp | |
parent | app-forensics/honggfuzz: remove implicit elibc_* flags (diff) | |
download | gentoo-74fd028308f4a32ca3882fe7602a7cd7f3d47914.tar.gz gentoo-74fd028308f4a32ca3882fe7602a7cd7f3d47914.tar.bz2 gentoo-74fd028308f4a32ca3882fe7602a7cd7f3d47914.zip |
app-text/opensp: remove implicit elibc_* flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/opensp')
-rw-r--r-- | app-text/opensp/opensp-1.5.2-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/opensp/opensp-1.5.2-r6.ebuild b/app-text/opensp/opensp-1.5.2-r6.ebuild index c3e31ea99fd9..433e25dafb4a 100644 --- a/app-text/opensp/opensp-1.5.2-r6.ebuild +++ b/app-text/opensp/opensp-1.5.2-r6.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=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/openjade/${MY_P}.tar.gz" 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=" |