diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-29 17:26:47 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-29 17:30:32 -0700 |
commit | 6205b6666fb27dc9516c7b922c2d32d5c880fd15 (patch) | |
tree | 9324ef03a7896f341b9486382c03f2687ecab35c /dev-util/ostree | |
parent | net-analyzer/nagios-check_multiple: revision for python-3.{9,10}. (diff) | |
download | gentoo-6205b6666fb27dc9516c7b922c2d32d5c880fd15.tar.gz gentoo-6205b6666fb27dc9516c7b922c2d32d5c880fd15.tar.bz2 gentoo-6205b6666fb27dc9516c7b922c2d32d5c880fd15.zip |
dev-util/ostree: default-enable USE=soup
It's enabled by default upstream, and we want it enabled
for flatpak anyway.
AS_HELP_STRING([--with-soup], [Use libsoup @<:@default=yes@:>@]),
Bug: https://bugs.gentoo.org/801037
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util/ostree')
-rw-r--r-- | dev-util/ostree/ostree-2019.5.ebuild | 4 | ||||
-rw-r--r-- | dev-util/ostree/ostree-2020.6.ebuild | 4 | ||||
-rw-r--r-- | dev-util/ostree/ostree-2020.7.ebuild | 2 | ||||
-rw-r--r-- | dev-util/ostree/ostree-2020.8.ebuild | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/ostree/ostree-2019.5.ebuild b/dev-util/ostree/ostree-2019.5.ebuild index 68c74d15f958..d06c2895971c 100644 --- a/dev-util/ostree/ostree-2019.5.ebuild +++ b/dev-util/ostree/ostree-2019.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86" LICENSE="LGPL-2+" SLOT="0" -IUSE="archive curl doc dracut gnutls grub http2 httpd introspection libmount selinux ssl soup systemd zeroconf" +IUSE="archive curl doc dracut gnutls grub http2 httpd introspection libmount selinux ssl +soup systemd zeroconf" RESTRICT="test" REQUIRED_USE="httpd? ( || ( curl soup ) )" diff --git a/dev-util/ostree/ostree-2020.6.ebuild b/dev-util/ostree/ostree-2020.6.ebuild index 9e56361e7f19..5fd21f9d1b6d 100644 --- a/dev-util/ostree/ostree-2020.6.ebuild +++ b/dev-util/ostree/ostree-2020.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86" LICENSE="LGPL-2+" SLOT="0" -IUSE="archive curl doc dracut gnutls grub http2 httpd introspection libmount selinux ssl soup systemd zeroconf" +IUSE="archive curl doc dracut gnutls grub http2 httpd introspection libmount selinux ssl +soup systemd zeroconf" RESTRICT="test" REQUIRED_USE="httpd? ( || ( curl soup ) )" diff --git a/dev-util/ostree/ostree-2020.7.ebuild b/dev-util/ostree/ostree-2020.7.ebuild index 8d249133593a..20c372540e27 100644 --- a/dev-util/ostree/ostree-2020.7.ebuild +++ b/dev-util/ostree/ostree-2020.7.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" LICENSE="LGPL-2+" SLOT="0" -IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount selinux sodium ssl soup systemd zeroconf" +IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount selinux sodium ssl +soup systemd zeroconf" RESTRICT="test" REQUIRED_USE="httpd? ( || ( curl soup ) )" diff --git a/dev-util/ostree/ostree-2020.8.ebuild b/dev-util/ostree/ostree-2020.8.ebuild index dbca860caa99..c01961c4902d 100644 --- a/dev-util/ostree/ostree-2020.8.ebuild +++ b/dev-util/ostree/ostree-2020.8.ebuild @@ -13,7 +13,7 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" LICENSE="LGPL-2+" SLOT="0" -IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount selinux sodium ssl soup systemd zeroconf" +IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount selinux sodium ssl +soup systemd zeroconf" RESTRICT="test" REQUIRED_USE="httpd? ( || ( curl soup ) )" |