diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:18:48 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:19:17 +0100 |
commit | 6e24cafb1ab6816be88ae52f4bb1c0ac900385f3 (patch) | |
tree | d4bba1568324fcaede27668b1c4ac804853404f2 /sci-mathematics/lrcalc | |
parent | sci-mathematics/gmp-ecm: drop x86-macos (diff) | |
download | gentoo-6e24cafb1ab6816be88ae52f4bb1c0ac900385f3.tar.gz gentoo-6e24cafb1ab6816be88ae52f4bb1c0ac900385f3.tar.bz2 gentoo-6e24cafb1ab6816be88ae52f4bb1c0ac900385f3.zip |
sci-mathematics/lrcalc: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sci-mathematics/lrcalc')
-rw-r--r-- | sci-mathematics/lrcalc/lrcalc-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/lrcalc/lrcalc-1.2.ebuild b/sci-mathematics/lrcalc/lrcalc-1.2.ebuild index a3c74e53b017..eeaba798c92e 100644 --- a/sci-mathematics/lrcalc/lrcalc-1.2.ebuild +++ b/sci-mathematics/lrcalc/lrcalc-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://sites.math.rutgers.edu/~asbuch/lrcalc/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0/1" -KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos" IUSE="static-libs test" RESTRICT="!test? ( test )" |