Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/
Date: Fri, 30 Jul 2021 00:31:24
Message-Id: 1627605032.6205b6666fb27dc9516c7b922c2d32d5c880fd15.gyakovlev@gentoo
1 commit: 6205b6666fb27dc9516c7b922c2d32d5c880fd15
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 00:26:47 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 00:30:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6205b666
7
8 dev-util/ostree: default-enable USE=soup
9
10 It's enabled by default upstream, and we want it enabled
11 for flatpak anyway.
12
13 AS_HELP_STRING([--with-soup], [Use libsoup @<:@default=yes@:>@]),
14
15 Bug: https://bugs.gentoo.org/801037
16 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
17
18 dev-util/ostree/ostree-2019.5.ebuild | 4 ++--
19 dev-util/ostree/ostree-2020.6.ebuild | 4 ++--
20 dev-util/ostree/ostree-2020.7.ebuild | 2 +-
21 dev-util/ostree/ostree-2020.8.ebuild | 2 +-
22 4 files changed, 6 insertions(+), 6 deletions(-)
23
24 diff --git a/dev-util/ostree/ostree-2019.5.ebuild b/dev-util/ostree/ostree-2019.5.ebuild
25 index 68c74d15f95..d06c2895971 100644
26 --- a/dev-util/ostree/ostree-2019.5.ebuild
27 +++ b/dev-util/ostree/ostree-2019.5.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2020 Gentoo Authors
30 +# Copyright 1999-2021 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=7
34 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
35 LICENSE="LGPL-2+"
36 SLOT="0"
37
38 -IUSE="archive curl doc dracut gnutls grub http2 httpd introspection libmount selinux ssl soup systemd zeroconf"
39 +IUSE="archive curl doc dracut gnutls grub http2 httpd introspection libmount selinux ssl +soup systemd zeroconf"
40 RESTRICT="test"
41 REQUIRED_USE="httpd? ( || ( curl soup ) )"
42
43
44 diff --git a/dev-util/ostree/ostree-2020.6.ebuild b/dev-util/ostree/ostree-2020.6.ebuild
45 index 9e56361e7f1..5fd21f9d1b6 100644
46 --- a/dev-util/ostree/ostree-2020.6.ebuild
47 +++ b/dev-util/ostree/ostree-2020.6.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2020 Gentoo Authors
50 +# Copyright 1999-2021 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=7
54 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
55 LICENSE="LGPL-2+"
56 SLOT="0"
57
58 -IUSE="archive curl doc dracut gnutls grub http2 httpd introspection libmount selinux ssl soup systemd zeroconf"
59 +IUSE="archive curl doc dracut gnutls grub http2 httpd introspection libmount selinux ssl +soup systemd zeroconf"
60 RESTRICT="test"
61 REQUIRED_USE="httpd? ( || ( curl soup ) )"
62
63
64 diff --git a/dev-util/ostree/ostree-2020.7.ebuild b/dev-util/ostree/ostree-2020.7.ebuild
65 index 8d249133593..20c372540e2 100644
66 --- a/dev-util/ostree/ostree-2020.7.ebuild
67 +++ b/dev-util/ostree/ostree-2020.7.ebuild
68 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
69 LICENSE="LGPL-2+"
70 SLOT="0"
71
72 -IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount selinux sodium ssl soup systemd zeroconf"
73 +IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount selinux sodium ssl +soup systemd zeroconf"
74 RESTRICT="test"
75 REQUIRED_USE="httpd? ( || ( curl soup ) )"
76
77
78 diff --git a/dev-util/ostree/ostree-2020.8.ebuild b/dev-util/ostree/ostree-2020.8.ebuild
79 index dbca860caa9..c01961c4902 100644
80 --- a/dev-util/ostree/ostree-2020.8.ebuild
81 +++ b/dev-util/ostree/ostree-2020.8.ebuild
82 @@ -13,7 +13,7 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
83 LICENSE="LGPL-2+"
84 SLOT="0"
85
86 -IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount selinux sodium ssl soup systemd zeroconf"
87 +IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount selinux sodium ssl +soup systemd zeroconf"
88 RESTRICT="test"
89 REQUIRED_USE="httpd? ( || ( curl soup ) )"