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 D5A57138350 for ; Tue, 24 Mar 2020 18:29:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19995E089E; Tue, 24 Mar 2020 18:29:37 +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 EB809E089E for ; Tue, 24 Mar 2020 18:29:36 +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 EE63334F272 for ; Tue, 24 Mar 2020 18:29:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14E272B for ; Tue, 24 Mar 2020 18:29:34 +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: <1585074465.af956eea006b5d3d2aa5014a310b2a0a41476bfc.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/rw/rw-0.8-r2.ebuild X-VCS-Directories: sci-mathematics/rw/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: af956eea006b5d3d2aa5014a310b2a0a41476bfc X-VCS-Branch: master Date: Tue, 24 Mar 2020 18:29:34 +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: 96091b80-4174-47bc-9bd3-67bcddd05409 X-Archives-Hash: 4824ca88c45d454d239618ebaf104aaf commit: af956eea006b5d3d2aa5014a310b2a0a41476bfc Author: Michael Orlitzky gentoo org> AuthorDate: Tue Mar 24 18:27:45 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Mar 24 18:27:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af956eea sci-mathematics/rw: maintainer stabilize on amd64/x86. The best way to test this package is through its SageMath interface, which I do pretty regularly. The latest revision just drops a USE flag, and the previous one was around forever. It's stable. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/rw/rw-0.8-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/rw/rw-0.8-r2.ebuild b/sci-mathematics/rw/rw-0.8-r2.ebuild index cd1ab5d589b..bc5bc34162b 100644 --- a/sci-mathematics/rw/rw-0.8-r2.ebuild +++ b/sci-mathematics/rw/rw-0.8-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" # We have a file collision (librw.so) with xpaint, bug 560210.