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 1F2B015800F for ; Sat, 28 Jan 2023 00:19:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44D64E0921; Sat, 28 Jan 2023 00:19:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1E4B8E0921 for ; Sat, 28 Jan 2023 00:19:03 +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 30A9D341140 for ; Sat, 28 Jan 2023 00:19:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9F33828 for ; Sat, 28 Jan 2023 00:19:00 +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: <1674865123.c5826ad5fec500e6c926e02ade3b7a03ec80e98c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/picosat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/picosat/picosat-965.ebuild X-VCS-Directories: sci-mathematics/picosat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c5826ad5fec500e6c926e02ade3b7a03ec80e98c X-VCS-Branch: master Date: Sat, 28 Jan 2023 00:19:00 +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: 5e42183e-20da-4ac2-9e83-9bc0a64992db X-Archives-Hash: 1b4ed3353e11b2d648673fa7b551f419 commit: c5826ad5fec500e6c926e02ade3b7a03ec80e98c Author: Sam James gentoo org> AuthorDate: Sat Jan 28 00:18:43 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 28 00:18:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5826ad5 sci-mathematics/picosat: Stabilize 965 amd64, #892299 Signed-off-by: Sam James gentoo.org> sci-mathematics/picosat/picosat-965.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/picosat/picosat-965.ebuild b/sci-mathematics/picosat/picosat-965.ebuild index 9803703a619b..68c4d49c5f99 100644 --- a/sci-mathematics/picosat/picosat-965.ebuild +++ b/sci-mathematics/picosat/picosat-965.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ HOMEPAGE="http://fmv.jku.at/picosat/" SRC_URI="http://fmv.jku.at/${PN}/${P}.tar.gz" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" LICENSE="MIT" PATCHES=( "${FILESDIR}"/${P}-makefile.in.patch )