commit: 412d06a716a5a1357d917bb6f96869a4cb9691b7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 2 22:50:28 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 2 22:52:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412d06a7
sys-boot/os-prober: Stabilize 1.82 amd64, #940664
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-boot/os-prober/os-prober-1.82.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-boot/os-prober/os-prober-1.82.ebuild
b/sys-boot/os-prober/os-prober-1.82.ebuild
index fdcfafae40df..6763223a4061 100644
--- a/sys-boot/os-prober/os-prober-1.82.ebuild
+++ b/sys-boot/os-prober/os-prober-1.82.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://salsa.debian.org/installer-team/${PN}.git"
else
SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
- KEYWORDS="~amd64 x86"
+ KEYWORDS="amd64 x86"
fi
LICENSE="GPL-3"