diff options
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" |