diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 00:25:57 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 00:25:57 +0100 |
commit | d9ca22a9026ff297e183ac15d4c22adbd0b86c97 (patch) | |
tree | 3cfa800b3d0fdac313d2830124b3a7045a9d668d /dev-lang | |
parent | dev-lang/julia-bin: remove implicit elibc_* flags (diff) | |
download | gentoo-d9ca22a9026ff297e183ac15d4c22adbd0b86c97.tar.gz gentoo-d9ca22a9026ff297e183ac15d4c22adbd0b86c97.tar.bz2 gentoo-d9ca22a9026ff297e183ac15d4c22adbd0b86c97.zip |
dev-lang/polyml: remove implicit elibc_* flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/polyml/polyml-5.8.2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/polyml/polyml-5.8.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/polyml/polyml-5.8.2.ebuild b/dev-lang/polyml/polyml-5.8.2.ebuild index 2f9102e07372..81e526fa0fbd 100644 --- a/dev-lang/polyml/polyml-5.8.2.ebuild +++ b/dev-lang/polyml/polyml-5.8.2.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="6" @@ -12,7 +12,7 @@ SRC_URI="https://codeload.github.com/polyml/polyml/tar.gz/v${PV} -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="X elibc_glibc +gmp portable test" +IUSE="X +gmp portable test" RESTRICT="!test? ( test )" RDEPEND="X? ( x11-libs/motif:0 ) diff --git a/dev-lang/polyml/polyml-5.8.ebuild b/dev-lang/polyml/polyml-5.8.ebuild index 266856a8de2e..eb2c706f99a2 100644 --- a/dev-lang/polyml/polyml-5.8.ebuild +++ b/dev-lang/polyml/polyml-5.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -12,7 +12,7 @@ SRC_URI="https://codeload.github.com/polyml/polyml/tar.gz/v${PV} -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="X elibc_glibc +gmp portable test +threads" +IUSE="X +gmp portable test +threads" RESTRICT="!test? ( test )" RDEPEND="X? ( x11-libs/motif:0 ) |