Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bmake/
Date: Tue, 04 May 2021 22:30:28
Message-Id: 1620167371.b611f2e56872a5ad03f3adff5e5624d024bcabc8.sam@gentoo
1 commit: b611f2e56872a5ad03f3adff5e5624d024bcabc8
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon May 3 11:25:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 22:29:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b611f2e5
7
8 sys-devel/bmake: Stabilize 20210314-r1 for amd64
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-devel/bmake/bmake-20210314-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/bmake/bmake-20210314-r1.ebuild b/sys-devel/bmake/bmake-20210314-r1.ebuild
17 index b68c5fb3598..d8e7d457313 100644
18 --- a/sys-devel/bmake/bmake-20210314-r1.ebuild
19 +++ b/sys-devel/bmake/bmake-20210314-r1.ebuild
20 @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}"
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~ppc ~x86"
25 +KEYWORDS="amd64 ~ppc ~x86"
26
27 # Skip failing test (sandbox and csh)
28 PATCHES=( "${FILESDIR}"/${PN}-20210206-tests.patch )