|
Lines 1-4
Link Here
|
| 1 |
# Copyright 1999-2018 Gentoo Foundation |
1 |
# Copyright 1999-2019 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
|
3 |
|
| 4 |
EAPI=7 |
4 |
EAPI=7 |
|
Lines 27-36
Link Here
|
| 27 |
sys-fs/multipath-tools |
27 |
sys-fs/multipath-tools |
| 28 |
sys-fs/e2fsprogs" |
28 |
sys-fs/e2fsprogs" |
| 29 |
|
29 |
|
| 30 |
PATCHES=( |
|
|
| 31 |
"${FILESDIR}/ganeti-2.15.2-os-image-common_sh.patch" |
| 32 |
) |
| 33 |
|
| 34 |
src_prepare() { |
30 |
src_prepare() { |
| 35 |
default |
31 |
default |
| 36 |
if [[ ${PV} == "9999" ]]; then |
32 |
if [[ ${PV} == "9999" ]]; then |