Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bmake/
Date: Tue, 18 Jan 2022 13:09:35
Message-Id: 1642511356.505ec8c7fbeea15a916d7c5e7687dae04623608a.jsmolic@gentoo
1 commit: 505ec8c7fbeea15a916d7c5e7687dae04623608a
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 12:56:46 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 13:09:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505ec8c7
7
8 sys-devel/bmake: stabilize 20211212 for amd64
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 sys-devel/bmake/bmake-20211212.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/bmake/bmake-20211212.ebuild b/sys-devel/bmake/bmake-20211212.ebuild
16 index 5d5f15630855..a69c0ea95fc0 100644
17 --- a/sys-devel/bmake/bmake-20211212.ebuild
18 +++ b/sys-devel/bmake/bmake-20211212.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}"
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~ppc ~x86"
30 +KEYWORDS="amd64 ~ppc ~x86"
31
32 # Skip failing test (sandbox and csh)
33 PATCHES=( "${FILESDIR}"/${PN}-20210206-tests.patch )