diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-25 14:35:30 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-25 14:35:30 +0100 |
commit | 5cb6e35db5e19b9b577874e7f801bc48e45b39d2 (patch) | |
tree | aadeb46bebbb32cc8b9c6bb41b152dd49f71f759 /dev-libs/quazip | |
parent | sci-mathematics/gfan: disable test that fails on x86. (diff) | |
download | gentoo-5cb6e35db5e19b9b577874e7f801bc48e45b39d2.tar.gz gentoo-5cb6e35db5e19b9b577874e7f801bc48e45b39d2.tar.bz2 gentoo-5cb6e35db5e19b9b577874e7f801bc48e45b39d2.zip |
dev-libs/quazip: Stabilize 1.2 x86, #831588
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-libs/quazip')
-rw-r--r-- | dev-libs/quazip/quazip-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/quazip/quazip-1.2.ebuild b/dev-libs/quazip/quazip-1.2.ebuild index b118be537348..7ec35e28a6e0 100644 --- a/dev-libs/quazip/quazip-1.2.ebuild +++ b/dev-libs/quazip/quazip-1.2.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=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/stachenov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |