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 0AB31138359 for ; Thu, 17 Sep 2020 14:56:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25FCFE082F; Thu, 17 Sep 2020 14:56:49 +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 0CB48E082F for ; Thu, 17 Sep 2020 14:56:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CC0C833BEF2 for ; Thu, 17 Sep 2020 14:56:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53F59360 for ; Thu, 17 Sep 2020 14:56:46 +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: <1600354406.99f41f1d93266d109c52a89b99bf26f11a557db8.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/xjobs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/xjobs/xjobs-20200726.ebuild X-VCS-Directories: sys-process/xjobs/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 99f41f1d93266d109c52a89b99bf26f11a557db8 X-VCS-Branch: master Date: Thu, 17 Sep 2020 14:56:46 +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: 8dd065f4-6be9-4f81-b12e-b7e786c2652d X-Archives-Hash: 1b6b9a852edc4dacbb60ddd8efc705c5 commit: 99f41f1d93266d109c52a89b99bf26f11a557db8 Author: Michael Orlitzky gentoo org> AuthorDate: Thu Sep 17 14:53:26 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Thu Sep 17 14:53:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f41f1d sys-process/xjobs: maintainer stabilize v20200726 on amd64/x86. This extra-fast stabilization is to address a hang in the test suite when the PAGER environment variable is set. The two associated patches have been merged upstream. Bug: https://bugs.gentoo.org/742443 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Orlitzky gentoo.org> sys-process/xjobs/xjobs-20200726.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/xjobs/xjobs-20200726.ebuild b/sys-process/xjobs/xjobs-20200726.ebuild index ce8701c8d06..47d4a515e81 100644 --- a/sys-process/xjobs/xjobs-20200726.ebuild +++ b/sys-process/xjobs/xjobs-20200726.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://www.maier-komor.de/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="examples" BDEPEND="sys-devel/flex"