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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35C7F158451 for ; Sat, 13 Jan 2024 22:32:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08573E29D5; Sat, 13 Jan 2024 22:32:56 +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 E1AF0E29D5 for ; Sat, 13 Jan 2024 22:32:55 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C8F03431AD for ; Sat, 13 Jan 2024 22:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62B5A11F4 for ; Sat, 13 Jan 2024 22:32:53 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1705184980.7c37a953144be182a121dceb97068be0380680ca.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/conway-polynomials/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/conway-polynomials/conway-polynomials-0.8.ebuild X-VCS-Directories: dev-python/conway-polynomials/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 7c37a953144be182a121dceb97068be0380680ca X-VCS-Branch: master Date: Sat, 13 Jan 2024 22:32:53 +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: 3626a373-c594-464d-993e-850bd62056ad X-Archives-Hash: 50b193e476d90c2edec52af7e9c52998 commit: 7c37a953144be182a121dceb97068be0380680ca Author: Michael Orlitzky gentoo org> AuthorDate: Sat Jan 13 22:29:40 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Jan 13 22:29:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c37a953 dev-python/conway-polynomials: stabilize 0.8 for amd64 Signed-off-by: Michael Orlitzky gentoo.org> dev-python/conway-polynomials/conway-polynomials-0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/conway-polynomials/conway-polynomials-0.8.ebuild b/dev-python/conway-polynomials/conway-polynomials-0.8.ebuild index 99f2847b6c30..347fdc90194e 100644 --- a/dev-python/conway-polynomials/conway-polynomials-0.8.ebuild +++ b/dev-python/conway-polynomials/conway-polynomials-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ HOMEPAGE="https://pypi.org/project/conway-polynomials/ LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="" python_test(){