Сравнение grub-xen-host-1.0-r1 с grub-xen-host-1.0-r2
/usr/portage/app-emulation/grub-xen-host/grub-xen-host-1.0-r2.ebuild 2023-10-09 14:52:28.724368331 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2022 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
DESCRIPTION="Grub2 built as a PV grub per the Xen PV Boot Protocol" |
7 | 7 |
HOMEPAGE="https://wiki.xenproject.org/wiki/PvGrub2" |
8 |
SRC_URI="" |
|
9 | 8 | |
10 | 9 |
LICENSE="BSD-2" |
11 | 10 |
SLOT="0" |
12 | 11 |
KEYWORDS="amd64" |
13 | 12 |
IUSE="pvh" |
14 | 13 | |
15 |
DEPEND="sys-boot/grub:2=[grub_platforms_xen] |
|
14 |
DEPEND=" |
|
15 |
sys-boot/grub:2=[grub_platforms_xen] |
|
16 | 16 |
pvh? ( >=sys-boot/grub-2.04:2=[grub_platforms_xen-pvh] ) |
17 |
app-emulation/xen-tools:=" |
|
17 |
" |
|
18 | 18 |
RDEPEND="${DEPEND}" |
19 | 19 | |
20 | 20 |
S="${WORKDIR}" |
... | ... | |
66 | 66 |
-O x86_64-xen |
67 | 67 |
-c grub-bootstrap.cfg |
68 | 68 |
-m memdisk.tar |
69 |
-p "${EPREFIX}"/usr/lib/grub/x86_64-xen/*.mod |
|
69 | 70 |
-o grub-x86_64-xen.bin |
70 |
/usr/lib/grub/x86_64-xen/*.mod |
|
71 | 71 |
) |
72 | 72 | |
73 | 73 |
echo "${args[@]}" |
... | ... | |
79 | 79 |
-O i386-xen_pvh |
80 | 80 |
-c grub-bootstrap.cfg |
81 | 81 |
-m memdisk.tar |
82 |
-p "${EPREFIX}"/usr/lib/grub/i386-xen_pvh/*.mod |
|
82 | 83 |
-o grub-i386-xen_pvh.bin |
83 |
/usr/lib/grub/i386-xen_pvh/*.mod |
|
84 | 84 |
) |
85 | 85 | |
86 | 86 |
echo "${args[@]}" |