Сравнение virtiofsd-1.13.1 с virtiofsd-9999
| /usr/portage/app-emulation/virtiofsd/virtiofsd-9999.ebuild 2026-05-14 19:17:05.545537008 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2023-2025 Gentoo Authors |
|
| 1 |
# Copyright 2023-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 53 | 53 |
humantime@2.1.0 |
| 54 | 54 |
is-terminal@0.4.9 |
| 55 | 55 |
itoa@1.0.2 |
| 56 |
libc@0.2.155 |
|
| 56 |
libc@0.2.177 |
|
| 57 | 57 |
libseccomp-sys@0.2.1 |
| 58 | 58 |
linux-raw-sys@0.4.5 |
| 59 | 59 |
lock_api@0.4.10 |
| ... | ... | |
| 132 | 132 |
EGIT_REPO_URI="https://gitlab.com/virtio-fs/virtiofsd.git" |
| 133 | 133 |
EGIT_BRANCH="main" |
| 134 | 134 |
else |
| 135 |
SRC_URI=" |
|
| 136 |
https://gitlab.com/virtio-fs/virtiofsd/-/archive/v${PV}/virtiofsd-v${PV}.tar.bz2
|
|
| 137 |
${CARGO_CRATE_URIS}
|
|
| 138 |
" |
|
| 139 |
KEYWORDS="amd64 ppc64" |
|
| 135 |
SRC_URI="https://gitlab.com/virtio-fs/virtiofsd/-/archive/v${PV}/virtiofsd-v${PV}.tar.bz2"
|
|
| 136 |
SRC_URI+=" ${CARGO_CRATE_URIS}"
|
|
| 137 |
KEYWORDS="~amd64 ~arm64 ~ppc64" |
|
| 140 | 138 |
S="${WORKDIR}/${PN}-v${PV}"
|
| 141 | 139 |
fi |
| 142 | 140 | |