Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/xjobs/
Date: Thu, 17 Sep 2020 14:56:50
Message-Id: 1600354406.99f41f1d93266d109c52a89b99bf26f11a557db8.mjo@gentoo
1 commit: 99f41f1d93266d109c52a89b99bf26f11a557db8
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 17 14:53:26 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 14:53:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f41f1d
7
8 sys-process/xjobs: maintainer stabilize v20200726 on amd64/x86.
9
10 This extra-fast stabilization is to address a hang in the test suite
11 when the PAGER environment variable is set. The two associated patches
12 have been merged upstream.
13
14 Bug: https://bugs.gentoo.org/742443
15 Package-Manager: Portage-3.0.4, Repoman-3.0.1
16 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
17
18 sys-process/xjobs/xjobs-20200726.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/sys-process/xjobs/xjobs-20200726.ebuild b/sys-process/xjobs/xjobs-20200726.ebuild
22 index ce8701c8d06..47d4a515e81 100644
23 --- a/sys-process/xjobs/xjobs-20200726.ebuild
24 +++ b/sys-process/xjobs/xjobs-20200726.ebuild
25 @@ -9,7 +9,7 @@ SRC_URI="https://www.maier-komor.de/${PN}/${P}.tgz"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 x86"
31 IUSE="examples"
32
33 BDEPEND="sys-devel/flex"