diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-13 20:20:43 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-13 20:20:43 +0200 |
commit | 765dbbdc95e62737bb6f0b6c004d31ecdee30c1c (patch) | |
tree | 1310a73ddbe57cf7f2e6c4cc2fdfce76be3e94f5 /sci-libs/libqalculate | |
parent | sci-calculators/qalculate-gtk: Stabilize 4.3.0 sparc, #888908 (diff) | |
download | gentoo-765dbbdc95e62737bb6f0b6c004d31ecdee30c1c.tar.gz gentoo-765dbbdc95e62737bb6f0b6c004d31ecdee30c1c.tar.bz2 gentoo-765dbbdc95e62737bb6f0b6c004d31ecdee30c1c.zip |
sci-libs/libqalculate: Stabilize 4.3.0 sparc, #888908
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/libqalculate')
-rw-r--r-- | sci-libs/libqalculate/libqalculate-4.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libqalculate/libqalculate-4.3.0.ebuild b/sci-libs/libqalculate/libqalculate-4.3.0.ebuild index 442d4f15ead9..609c263e1d5c 100644 --- a/sci-libs/libqalculate/libqalculate-4.3.0.ebuild +++ b/sci-libs/libqalculate/libqalculate-4.3.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 readline test" RESTRICT="!test? ( test )" |