diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-05-09 09:19:48 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-05-09 09:21:42 -0500 |
commit | 18bcae8fc56848056979dbbe0af85af7d27b3928 (patch) | |
tree | 721f8a5befbbf5d51103eab865f9c7739b692bd5 /sys-boot/os-prober | |
parent | dev-libs/libtsm: Fix call to undeclared function static_assert (diff) | |
download | gentoo-18bcae8fc56848056979dbbe0af85af7d27b3928.tar.gz gentoo-18bcae8fc56848056979dbbe0af85af7d27b3928.tar.bz2 gentoo-18bcae8fc56848056979dbbe0af85af7d27b3928.zip |
sys-boot/os-prober: stabilize 1.81-r2 for amd64, x86
Closes: https://bugs.gentoo.org/830655
Closes: https://bugs.gentoo.org/897700
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-boot/os-prober')
-rw-r--r-- | sys-boot/os-prober/os-prober-1.81-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/os-prober/os-prober-1.81-r2.ebuild b/sys-boot/os-prober/os-prober-1.81-r2.ebuild index 21799edbec21..59252bb84f92 100644 --- a/sys-boot/os-prober/os-prober-1.81-r2.ebuild +++ b/sys-boot/os-prober/os-prober-1.81-r2.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" |