diff options
-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 )" |