diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-04-15 08:23:50 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-04-15 08:23:50 +0200 |
commit | 96765e002d5a94602a89dc1474c28d3affc76670 (patch) | |
tree | cfd82b1c6afdf0fa068cc73137ad9520120e5f33 /sys-boot/os-prober | |
parent | net-vpn/tor: x86 stable wrt bug #838256 (diff) | |
download | gentoo-96765e002d5a94602a89dc1474c28d3affc76670.tar.gz gentoo-96765e002d5a94602a89dc1474c28d3affc76670.tar.bz2 gentoo-96765e002d5a94602a89dc1474c28d3affc76670.zip |
sys-boot/os-prober: x86 stable wrt bug #838334
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-boot/os-prober')
-rw-r--r-- | sys-boot/os-prober/os-prober-1.79-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/os-prober/os-prober-1.79-r2.ebuild b/sys-boot/os-prober/os-prober-1.79-r2.ebuild index 1ae3cd3a476e..346cbb2f355a 100644 --- a/sys-boot/os-prober/os-prober-1.79-r2.ebuild +++ b/sys-boot/os-prober/os-prober-1.79-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" S="${WORKDIR}"/${PN} fi |