diff options
author | 2022-12-27 20:20:09 +0000 | |
---|---|---|
committer | 2022-12-27 20:20:14 +0000 | |
commit | b475daf1314a4b038d2c65b80d8e2cdbaa743f1b (patch) | |
tree | 4d72a68bc62fd9c9c98617acb4bc78bcbe1397c5 /sys-boot | |
parent | dev-lang/python: elaborate USE=pgo description (diff) | |
download | gentoo-b475daf1314a4b038d2c65b80d8e2cdbaa743f1b.tar.gz gentoo-b475daf1314a4b038d2c65b80d8e2cdbaa743f1b.tar.bz2 gentoo-b475daf1314a4b038d2c65b80d8e2cdbaa743f1b.zip |
sys-boot/os-prober: Stabilize 1.81 x86, #888651
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/os-prober/os-prober-1.81.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |