diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-18 13:56:46 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-18 14:09:16 +0100 |
commit | 505ec8c7fbeea15a916d7c5e7687dae04623608a (patch) | |
tree | dbda69abd4c045840e20b6f456b241e6fb95e9cc /sys-devel | |
parent | sys-apps/memtest86-bin: fix unpack on musl (diff) | |
download | gentoo-505ec8c7fbeea15a916d7c5e7687dae04623608a.tar.gz gentoo-505ec8c7fbeea15a916d7c5e7687dae04623608a.tar.bz2 gentoo-505ec8c7fbeea15a916d7c5e7687dae04623608a.zip |
sys-devel/bmake: stabilize 20211212 for amd64
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bmake/bmake-20211212.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bmake/bmake-20211212.ebuild b/sys-devel/bmake/bmake-20211212.ebuild index 5d5f15630855..a69c0ea95fc0 100644 --- a/sys-devel/bmake/bmake-20211212.ebuild +++ b/sys-devel/bmake/bmake-20211212.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" # Skip failing test (sandbox and csh) PATCHES=( "${FILESDIR}"/${PN}-20210206-tests.patch ) |