diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-06-14 09:13:39 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-06-14 09:13:39 -0500 |
commit | 62801c28a78743d38c4fa99411d2193b8bb412e6 (patch) | |
tree | bb053cf619fb056963a335597f6d2f4bc6738f3b /sys-boot | |
parent | media-gfx/rawtherapee: add libjpeg-turbo patch (diff) | |
download | gentoo-62801c28a78743d38c4fa99411d2193b8bb412e6.tar.gz gentoo-62801c28a78743d38c4fa99411d2193b8bb412e6.tar.bz2 gentoo-62801c28a78743d38c4fa99411d2193b8bb412e6.zip |
sys-boot/os-prober: stabilize 1.81-r3 for amd64, x86
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/os-prober/os-prober-1.81-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/os-prober/os-prober-1.81-r3.ebuild b/sys-boot/os-prober/os-prober-1.81-r3.ebuild index 7803b480fb27..6763223a4061 100644 --- a/sys-boot/os-prober/os-prober-1.81-r3.ebuild +++ b/sys-boot/os-prober/os-prober-1.81-r3.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" |