Diff virtiofsd-1.13.1 with a virtiofsd-9999
/usr/portage/app-emulation/virtiofsd/virtiofsd-9999.ebuild 2025-07-29 16:22:12.560448004 +0300 | ||
---|---|---|
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 ~ppc64" |
|
140 | 138 |
S="${WORKDIR}/${PN}-v${PV}" |
141 | 139 |
fi |
142 | 140 | |
143 | 141 |
LICENSE="Apache-2.0 BSD" |
144 | 142 |
# Dependent crate licenses |
145 |
LICENSE+=" Apache-2.0 BSD MIT Unicode-DFS-2016" |
|
143 |
LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016 Unlicense" |
|
146 | 144 |
SLOT="0" |
147 | 145 | |
148 | 146 |
DEPEND=" |