diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-08 19:00:14 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-08 19:00:14 +0200 |
commit | 588d5c0a279fb8908c55ac51335e5f47c71442c8 (patch) | |
tree | 831492abd2f28a1ec8ab4d1f6b232df3374d185d /sys-devel/bmake | |
parent | sys-fs/mtd-utils: Stabilize 2.1.5 x86, #890220 (diff) | |
download | gentoo-588d5c0a279fb8908c55ac51335e5f47c71442c8.tar.gz gentoo-588d5c0a279fb8908c55ac51335e5f47c71442c8.tar.bz2 gentoo-588d5c0a279fb8908c55ac51335e5f47c71442c8.zip |
sys-devel/bmake: Stabilize 20220928 amd64, #890222
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/bmake')
-rw-r--r-- | sys-devel/bmake/bmake-20220928.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bmake/bmake-20220928.ebuild b/sys-devel/bmake/bmake-20220928.ebuild index 2015f0528d5a..15621472a9d8 100644 --- a/sys-devel/bmake/bmake-20220928.ebuild +++ b/sys-devel/bmake/bmake-20220928.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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 ~loong ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~loong ~ppc ~ppc64 ~x86" # Skip failing test (sandbox and csh) PATCHES=( |