diff options
author | 2023-03-04 06:21:32 +0000 | |
---|---|---|
committer | 2023-03-04 06:21:32 +0000 | |
commit | 12c1d61bf16bc4071d6f564f53f0e84ec32f47c3 (patch) | |
tree | 58567060261761d9dc08e5435f9265f45e1603e3 /sci-libs/libqalculate | |
parent | sci-libs/scotch: Stabilize 7.0.1-r1 ppc64, #899454 (diff) | |
download | gentoo-12c1d61bf16bc4071d6f564f53f0e84ec32f47c3.tar.gz gentoo-12c1d61bf16bc4071d6f564f53f0e84ec32f47c3.tar.bz2 gentoo-12c1d61bf16bc4071d6f564f53f0e84ec32f47c3.zip |
sci-libs/libqalculate: Stabilize 4.5.0 arm64, #899436
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/libqalculate')
-rw-r--r-- | sci-libs/libqalculate/libqalculate-4.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libqalculate/libqalculate-4.5.0.ebuild b/sci-libs/libqalculate/libqalculate-4.5.0.ebuild index d967fd779daf..4b5606e36c42 100644 --- a/sci-libs/libqalculate/libqalculate-4.5.0.ebuild +++ b/sci-libs/libqalculate/libqalculate-4.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz LICENSE="GPL-2" # SONAME changes pretty often on bumps. Check! SLOT="0/22" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="curl icu gnuplot +hardened readline test" RESTRICT="!test? ( test )" |