From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D29C3158019 for ; Mon, 4 Oct 2021 17:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20CE0E0885; Mon, 4 Oct 2021 17:44:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06C9BE0885 for ; Mon, 4 Oct 2021 17:44:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6D82342F98 for ; Mon, 4 Oct 2021 17:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21D0814C for ; Mon, 4 Oct 2021 17:44:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633369438.7187107ab165a0483d6f37e608602b5fb2c1979d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/szip/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/szip/szip-2.1.1.ebuild X-VCS-Directories: sci-libs/szip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7187107ab165a0483d6f37e608602b5fb2c1979d X-VCS-Branch: master Date: Mon, 4 Oct 2021 17:44:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d040c8f2-8000-48b6-8284-b0ba219db5ca X-Archives-Hash: 43556b171763cd615d37362a253f9d52 commit: 7187107ab165a0483d6f37e608602b5fb2c1979d Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon Oct 4 15:32:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 4 17:43:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7187107a sci-libs/szip: stable 2.1.1 for sparc, bug #816195 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> sci-libs/szip/szip-2.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/szip/szip-2.1.1.ebuild b/sci-libs/szip/szip-2.1.1.ebuild index cf6d7a96476..b3730a18efc 100644 --- a/sci-libs/szip/szip-2.1.1.ebuild +++ b/sci-libs/szip/szip-2.1.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://support.hdfgroup.org/ftp/lib-external/${PN}/${PV}/src/${P}.tar. LICENSE="szip" SLOT="0/2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="!sci-libs/libaec[szip]"