commit: 3e52cf5ad0c18b18120952e998e0ff36f267fb77
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 28 14:03:18 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 14:03:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e52cf5a
sys-fs/bees: Stabilize 0.10-r1 amd64, #954911
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/bees/bees-0.10-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/bees/bees-0.10-r1.ebuild b/sys-fs/bees/bees-0.10-r1.ebuild
index e1d5da90f548..1946441216ae 100644
--- a/sys-fs/bees/bees-0.10-r1.ebuild
+++ b/sys-fs/bees/bees-0.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/Zygo/bees.git"
else
SRC_URI="https://github.com/Zygo/bees/archive/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="amd64 ~arm64"
fi
LICENSE="GPL-3"