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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4B80158091 for ; Thu, 2 Jun 2022 04:03:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08AB1E0935; Thu, 2 Jun 2022 04:03:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E61F9E0935 for ; Thu, 2 Jun 2022 04:03:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30F27341F31 for ; Thu, 2 Jun 2022 04:03:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEC563C7 for ; Thu, 2 Jun 2022 04:03:26 +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: <1654142596.0acad7810d68284f4e20d2161366b3e6bf66fe7f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/dssp/dssp-3.0.11.ebuild X-VCS-Directories: sci-chemistry/dssp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0acad7810d68284f4e20d2161366b3e6bf66fe7f X-VCS-Branch: master Date: Thu, 2 Jun 2022 04:03:26 +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: b8605e9c-35d2-4d11-90b3-887cb9fd05f5 X-Archives-Hash: 33a06f5f85dc346a12e2f755238e90e5 commit: 0acad7810d68284f4e20d2161366b3e6bf66fe7f Author: Sam James gentoo org> AuthorDate: Thu Jun 2 04:03:16 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 2 04:03:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acad781 sci-chemistry/dssp: Keyword 3.0.11 arm, #834865 Signed-off-by: Sam James gentoo.org> sci-chemistry/dssp/dssp-3.0.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/dssp/dssp-3.0.11.ebuild b/sci-chemistry/dssp/dssp-3.0.11.ebuild index 002c7d491d18..6c96c618667b 100644 --- a/sci-chemistry/dssp/dssp-3.0.11.ebuild +++ b/sci-chemistry/dssp/dssp-3.0.11.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 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/cmbi/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P} LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" # It's just cppcheck (at least in 3.0.11) RESTRICT="test"