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 415DC158087 for ; Tue, 18 Jan 2022 22:13:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EF402BC013; Tue, 18 Jan 2022 22:13:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 575D82BC013 for ; Tue, 18 Jan 2022 22:13:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8062E342D5C for ; Tue, 18 Jan 2022 22:13:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2642F24E for ; Tue, 18 Jan 2022 22:13:33 +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: <1642543997.e7abd731034241ace0d63eb31ba3e42cd856c690.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nauty/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/nauty/nauty-2.7.3.ebuild X-VCS-Directories: sci-mathematics/nauty/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7abd731034241ace0d63eb31ba3e42cd856c690 X-VCS-Branch: master Date: Tue, 18 Jan 2022 22:13:33 +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: 66015c7e-353e-490e-a772-93d054a1e95a X-Archives-Hash: a2d993361d42026cd2080ac6ccbbd6a6 commit: e7abd731034241ace0d63eb31ba3e42cd856c690 Author: Sam James gentoo org> AuthorDate: Tue Jan 18 22:13:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 18 22:13:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7abd731 sci-mathematics/nauty: Stabilize 2.7.3 x86, #831412 Signed-off-by: Sam James gentoo.org> sci-mathematics/nauty/nauty-2.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/nauty/nauty-2.7.3.ebuild b/sci-mathematics/nauty/nauty-2.7.3.ebuild index dd7eb6d2ec5f..0b89c32e208f 100644 --- a/sci-mathematics/nauty/nauty-2.7.3.ebuild +++ b/sci-mathematics/nauty/nauty-2.7.3.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://pallini.di.uniroma1.it/${PN}${MY_PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~riscv ~x86" +KEYWORDS="amd64 ~arm ~riscv x86" IUSE="examples" BDEPEND="sys-apps/help2man"