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 BA6961382C5 for ; Thu, 22 Apr 2021 03:02:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E644E0891; Thu, 22 Apr 2021 03:02:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7300AE088F for ; Thu, 22 Apr 2021 03:02:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AB1D341123 for ; Thu, 22 Apr 2021 03:01:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB69F736 for ; Thu, 22 Apr 2021 03:01:56 +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: <1619060490.1751efe3eea53658c788b2510dac3cc3e63288dc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qhull/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/qhull/qhull-2020.2-r3.ebuild X-VCS-Directories: media-libs/qhull/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1751efe3eea53658c788b2510dac3cc3e63288dc X-VCS-Branch: master Date: Thu, 22 Apr 2021 03:01:56 +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: f76933a0-3bda-43c7-a4a2-347512e6f8d0 X-Archives-Hash: 4a60121f5a209769e5aaef5d9edec63a commit: 1751efe3eea53658c788b2510dac3cc3e63288dc Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:01:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:01:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1751efe3 media-libs/qhull: Stabilize 2020.2-r3 arm, #783912 Signed-off-by: Sam James gentoo.org> media-libs/qhull/qhull-2020.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/qhull/qhull-2020.2-r3.ebuild b/media-libs/qhull/qhull-2020.2-r3.ebuild index 09fea367f9d..76735361eb2 100644 --- a/media-libs/qhull/qhull-2020.2-r3.ebuild +++ b/media-libs/qhull/qhull-2020.2-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/qhull/qhull/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0/8" LICENSE="BSD" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="doc static-libs" DOCS=( Announce.txt File_id.diz README.txt REGISTER.txt )