commit: a3554ad8880bab8a7d5b2efb2e9d24045dae412a Author: Peter Levine <plevine457 <AT> gmail <DOT> com> AuthorDate: Fri Oct 8 00:02:31 2021 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Fri Oct 8 11:12:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3554ad8
sys-boot/os-prober: change S to "${WORkDIR}"/${PN} Now for >=sys-boot/os-prober-1.79, S="${WORkDIR}"/${PN} Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Peter Levine <plevine457 <AT> gmail.com> Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> sys-boot/os-prober/os-prober-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-boot/os-prober/os-prober-9999.ebuild b/sys-boot/os-prober/os-prober-9999.ebuild index 4bd5a3f2192..622282f13d5 100644 --- a/sys-boot/os-prober/os-prober-9999.ebuild +++ b/sys-boot/os-prober/os-prober-9999.ebuild @@ -13,6 +13,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz" KEYWORDS="~amd64 ~x86" + S="${WORKDIR}"/${PN} fi LICENSE="GPL-3"