Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/
Date: Fri, 08 Oct 2021 11:12:37
Message-Id: 1633691533.a3554ad8880bab8a7d5b2efb2e9d24045dae412a.bkohler@gentoo
1 commit: a3554ad8880bab8a7d5b2efb2e9d24045dae412a
2 Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 8 00:02:31 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 8 11:12:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3554ad8
7
8 sys-boot/os-prober: change S to "${WORkDIR}"/${PN}
9
10 Now for >=sys-boot/os-prober-1.79, S="${WORkDIR}"/${PN}
11
12 Package-Manager: Portage-3.0.26, Repoman-3.0.3
13 Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
14 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
15
16 sys-boot/os-prober/os-prober-9999.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/sys-boot/os-prober/os-prober-9999.ebuild b/sys-boot/os-prober/os-prober-9999.ebuild
20 index 4bd5a3f2192..622282f13d5 100644
21 --- a/sys-boot/os-prober/os-prober-9999.ebuild
22 +++ b/sys-boot/os-prober/os-prober-9999.ebuild
23 @@ -13,6 +13,7 @@ if [[ ${PV} == 9999 ]]; then
24 else
25 SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
26 KEYWORDS="~amd64 ~x86"
27 + S="${WORKDIR}"/${PN}
28 fi
29
30 LICENSE="GPL-3"