Сравнение ostree-2023.3-r1 с ostree-2023.5
/usr/portage/dev-util/ostree/ostree-2023.5.ebuild 2023-10-09 14:52:30.988368388 +0300 | ||
---|---|---|
27 | 27 | |
28 | 28 |
RDEPEND=" |
29 | 29 |
app-arch/xz-utils |
30 |
dev-libs/libassuan |
|
31 | 30 |
dev-libs/glib:2 |
32 | 31 |
sys-fs/fuse:3 |
33 | 32 |
sys-libs/zlib |
... | ... | |
43 | 42 |
libmount? ( sys-apps/util-linux ) |
44 | 43 |
selinux? ( sys-libs/libselinux ) |
45 | 44 |
sodium? ( >=dev-libs/libsodium-1.0.14:= ) |
46 |
soup? ( net-libs/libsoup:2.4 ) |
|
45 |
soup? ( net-libs/libsoup:3.0 ) |
|
47 | 46 |
ssl? ( |
48 | 47 |
gnutls? ( net-libs/gnutls:= ) |
49 | 48 |
!gnutls? ( |
... | ... | |
54 | 53 |
zeroconf? ( net-dns/avahi[dbus] ) |
55 | 54 |
" |
56 | 55 |
DEPEND="${RDEPEND} |
56 |
app-text/docbook-xml-dtd:4.2 |
|
57 | 57 |
app-text/docbook-xsl-stylesheets |
58 |
dev-libs/libxslt |
|
59 |
doc? ( dev-util/gtk-doc ) |
|
58 |
doc? ( |
|
59 |
dev-util/gtk-doc |
|
60 |
app-text/docbook-xml-dtd:4.3 |
|
61 |
) |
|
60 | 62 |
" |
61 | 63 |
BDEPEND=" |
64 |
dev-libs/libxslt |
|
62 | 65 |
dev-util/glib-utils |
63 | 66 |
sys-devel/flex |
64 | 67 |
sys-devel/bison |
... | ... | |
66 | 69 |
" |
67 | 70 | |
68 | 71 |
PATCHES=( |
69 |
"${FILESDIR}"/ostree-2023.3-libgpg-error-underlinked-lld.patch |
|
70 | 72 |
"${FILESDIR}"/ostree-2023.3-dont-force-clang-introspection.patch |
71 | 73 |
) |
72 | 74 | |
... | ... | |
93 | 95 |
$(use_enable http2) |
94 | 96 |
$(use_enable httpd trivial-httpd-cmdline) |
95 | 97 |
$(use_with selinux ) |
96 |
$(use_with soup) |
|
98 |
$(use_with soup soup3) |
|
99 |
--without-soup # libsoup:2.4 |
|
97 | 100 |
$(use_with libmount) |
98 | 101 |
$(use ssl && { use gnutls && echo --with-crypto=gnutls || echo --with-crypto=openssl; }) |
99 | 102 |
$(use_with sodium ed25519-libsodium) |