commit: b475daf1314a4b038d2c65b80d8e2cdbaa743f1b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 27 20:20:09 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 27 20:20:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b475daf1
sys-boot/os-prober: Stabilize 1.81 x86, #888651 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-boot/os-prober/os-prober-1.81.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/os-prober/os-prober-1.81.ebuild b/sys-boot/os-prober/os-prober-1.81.ebuild index 60466c142031..9610ebdca8b5 100644 --- a/sys-boot/os-prober/os-prober-1.81.ebuild +++ b/sys-boot/os-prober/os-prober-1.81.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"