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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B253138359 for ; Sun, 18 Oct 2020 15:12:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E433DE0A01; Sun, 18 Oct 2020 15:12:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE364E0A01 for ; Sun, 18 Oct 2020 15:12:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98ED4340E3D for ; Sun, 18 Oct 2020 15:11:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC2743B7 for ; Sun, 18 Oct 2020 15:11:56 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1603033911.41972686687aac7010bee2e3392ef2f8f854889c.whissi@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.2.0-r1.ebuild X-VCS-Directories: sci-mathematics/pspp/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 41972686687aac7010bee2e3392ef2f8f854889c X-VCS-Branch: master Date: Sun, 18 Oct 2020 15:11:56 +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: f5418711-4277-4415-95ec-ce2dd906203f X-Archives-Hash: 15715ae8e777792405ed7f2c03be802c commit: 41972686687aac7010bee2e3392ef2f8f854889c Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 18 15:11:20 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 18 15:11:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41972686 sci-mathematics/pspp: x86 stable (bug #679392) Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> sci-mathematics/pspp/pspp-1.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/pspp/pspp-1.2.0-r1.ebuild b/sci-mathematics/pspp/pspp-1.2.0-r1.ebuild index 02e509da024..c3ea19d9093 100644 --- a/sci-mathematics/pspp/pspp-1.2.0-r1.ebuild +++ b/sci-mathematics/pspp/pspp-1.2.0-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" IUSE="cairo doc emacs examples gtk ncurses nls perl postgres test" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( cairo )"