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 DDB7B158094 for ; Sun, 9 Oct 2022 08:48:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3126FE0903; Sun, 9 Oct 2022 08:48:16 +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 19D71E0903 for ; Sun, 9 Oct 2022 08:48:16 +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 1BB12341094 for ; Sun, 9 Oct 2022 08:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40CF860B for ; Sun, 9 Oct 2022 08:48:12 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1665305238.291b265e36ce2b9886b693b685f619e8f185824d.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/pspp/pspp-1.6.2-r1.ebuild X-VCS-Directories: sci-mathematics/pspp/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 291b265e36ce2b9886b693b685f619e8f185824d X-VCS-Branch: master Date: Sun, 9 Oct 2022 08:48:12 +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: 0df9520c-d119-4a72-8f21-d51417c11adc X-Archives-Hash: 3eed0b9eadd2f06c5cc13219f09d3f43 commit: 291b265e36ce2b9886b693b685f619e8f185824d Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Oct 9 08:47:18 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Oct 9 08:47:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291b265e sci-mathematics/pspp: Stabilize 1.6.2-r1 amd64, #876202 Signed-off-by: Agostino Sarubbo gentoo.org> sci-mathematics/pspp/pspp-1.6.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/pspp/pspp-1.6.2-r1.ebuild b/sci-mathematics/pspp/pspp-1.6.2-r1.ebuild index b326f6feb65a..06a736209316 100644 --- a/sci-mathematics/pspp/pspp-1.6.2-r1.ebuild +++ b/sci-mathematics/pspp/pspp-1.6.2-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" # Note: can drop test infra + which dep in next release! IUSE="doc examples gtk ncurses nls perl postgres test" RESTRICT="!test? ( test )"