diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-06-15 15:09:22 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-06-15 15:09:36 +0200 |
commit | cc722efd59b398418facde2f508dcc3ea6cda2f8 (patch) | |
tree | 0cbcf50fe1bfdb51b323e2c7cb131c776dbf1119 /sys-fs | |
parent | dev-lang/ispc: Remove old (diff) | |
download | gentoo-cc722efd59b398418facde2f508dcc3ea6cda2f8.tar.gz gentoo-cc722efd59b398418facde2f508dcc3ea6cda2f8.tar.bz2 gentoo-cc722efd59b398418facde2f508dcc3ea6cda2f8.zip |
sys-fs/bcachefs-tools: stabilize 1.7.0 for amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bcachefs-tools/bcachefs-tools-1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0.ebuild index e71c60bba299..ca3cca9c03ae 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0.ebuild @@ -106,7 +106,7 @@ else SRC_URI="https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS}" S="${WORKDIR}/${P}" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 ~arm64" fi LICENSE="Apache-2.0 BSD GPL-2 MIT" |