diff options
author | Ben Kohler <bkohler@gentoo.org> | 2022-07-19 09:10:31 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2022-07-19 09:18:04 -0500 |
commit | 04d3d49b3e01c97ac2767e5224d932c6b5a7c32a (patch) | |
tree | ea96477d2ab45bc6653749fbdf6d92549dbfbea5 /sys-boot/os-prober | |
parent | app-admin/ps_mem: stabilize 3.14 for amd64, ppc64, sparc, x86 (diff) | |
download | gentoo-04d3d49b3e01c97ac2767e5224d932c6b5a7c32a.tar.gz gentoo-04d3d49b3e01c97ac2767e5224d932c6b5a7c32a.tar.bz2 gentoo-04d3d49b3e01c97ac2767e5224d932c6b5a7c32a.zip |
sys-boot/os-prober: stabilize 1.80 for amd64, x86
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.80.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/os-prober/os-prober-1.80.ebuild b/sys-boot/os-prober/os-prober-1.80.ebuild index 60466c142031..39b187859a6e 100644 --- a/sys-boot/os-prober/os-prober-1.80.ebuild +++ b/sys-boot/os-prober/os-prober-1.80.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" |