diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-07 15:31:40 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-07 15:31:40 +0100 |
commit | 16665342617475e111719d2003452996c15a887c (patch) | |
tree | 646f51cb5c2bc8b349bc2450b198a5f0cb4a89cb /sci-mathematics/lrcalc | |
parent | dev-erlang/jose: stabilize 1.11.2 for amd64 (diff) | |
download | gentoo-16665342617475e111719d2003452996c15a887c.tar.gz gentoo-16665342617475e111719d2003452996c15a887c.tar.bz2 gentoo-16665342617475e111719d2003452996c15a887c.zip |
sci-mathematics/lrcalc: Stabilize 2.1 amd64, #828376
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-mathematics/lrcalc')
-rw-r--r-- | sci-mathematics/lrcalc/lrcalc-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/lrcalc/lrcalc-2.1.ebuild b/sci-mathematics/lrcalc/lrcalc-2.1.ebuild index 194251793e74..5856fb215979 100644 --- a/sci-mathematics/lrcalc/lrcalc-2.1.ebuild +++ b/sci-mathematics/lrcalc/lrcalc-2.1.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=7 @@ -9,7 +9,7 @@ SRC_URI="https://sites.math.rutgers.edu/~asbuch/lrcalc/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0/2" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos" IUSE="static-libs test" RESTRICT="!test? ( test )" |