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 1A5DB158021 for ; Thu, 27 Oct 2022 23:46:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 659A2E0877; Thu, 27 Oct 2022 23:46:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 52EBAE0878 for ; Thu, 27 Oct 2022 23:46:46 +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 92D16340FA9 for ; Thu, 27 Oct 2022 23:46:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4A0D6D2 for ; Thu, 27 Oct 2022 23:46:42 +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: <1666914368.e26a14acd7a885a1dbc60d2a9339c485a65810a3.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.4.ebuild X-VCS-Directories: sci-mathematics/nauty/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e26a14acd7a885a1dbc60d2a9339c485a65810a3 X-VCS-Branch: master Date: Thu, 27 Oct 2022 23:46:42 +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: 380b91c3-3438-4618-a855-5a74f0ca4974 X-Archives-Hash: 3c6bb3ce2e0702450fcbc53cbd38a1b1 commit: e26a14acd7a885a1dbc60d2a9339c485a65810a3 Author: Sam James gentoo org> AuthorDate: Thu Oct 27 23:46:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 27 23:46:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26a14ac sci-mathematics/nauty: Stabilize 2.7.4 x86, #877789 Signed-off-by: Sam James gentoo.org> sci-mathematics/nauty/nauty-2.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/nauty/nauty-2.7.4.ebuild b/sci-mathematics/nauty/nauty-2.7.4.ebuild index 0666c53100dc..a07631e57792 100644 --- a/sci-mathematics/nauty/nauty-2.7.4.ebuild +++ b/sci-mathematics/nauty/nauty-2.7.4.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"