diff options
author | Sam James <sam@gentoo.org> | 2023-10-22 12:44:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-22 12:44:04 +0100 |
commit | c6584191aa17fe447bf87eb643b9da6926ef8404 (patch) | |
tree | d3046156cac086a0d963b509ed093e57bab47b7f /sys-fs/bcache-tools | |
parent | sys-process/procps: Stabilize 4.0.4 arm, #916095 (diff) | |
download | gentoo-c6584191aa17fe447bf87eb643b9da6926ef8404.tar.gz gentoo-c6584191aa17fe447bf87eb643b9da6926ef8404.tar.bz2 gentoo-c6584191aa17fe447bf87eb643b9da6926ef8404.zip |
sys-fs/bcache-tools: Stabilize 1.1_p20230217-r1 arm64, #916114
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/bcache-tools')
-rw-r--r-- | sys-fs/bcache-tools/bcache-tools-1.1_p20230217-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/bcache-tools/bcache-tools-1.1_p20230217-r1.ebuild b/sys-fs/bcache-tools/bcache-tools-1.1_p20230217-r1.ebuild index c7498286e724..3a9263aa9f96 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.1_p20230217-r1.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.1_p20230217-r1.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools.git https://kernel.googlesource.com/pub/scm/linux/kernel/git/colyli/bcache-tools.git" else SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/colyli/${PN}.git/snapshot/a5e3753516bd39c431def86c8dfec8a9cea1ddd4.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Tools for bcache" |