summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-09-20 17:04:45 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-09-20 17:32:02 +0300
commit67d6e574d01759ae62a75ca6d6919824e59e89c7 (patch)
tree2cfd42c76ad1e5af9c92bde8f33879642afb2b0f /dev-util/ostree
parentnet-analyzer/zabbix: amd64 stable (diff)
downloadgentoo-67d6e574d01759ae62a75ca6d6919824e59e89c7.tar.gz
gentoo-67d6e574d01759ae62a75ca6d6919824e59e89c7.tar.bz2
gentoo-67d6e574d01759ae62a75ca6d6919824e59e89c7.zip
dev-util/ostree: remove USE="httpd"
`--enable-trivial-httpd-cmdline` was dropped from code between v2023.5 and v2023.6, in commit [1]. As a result, this useflag was a NOP, so we can drop the useflag and it's relevant $(use_enable). [1] https://github.com/ostreedev/ostree/commit/0c36e8143d3c95d454b65c38f923cf71d08d5eb7 Closes: https://bugs.gentoo.org/925427 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/ostree')
-rw-r--r--dev-util/ostree/ostree-2024.3-r1.ebuild4
-rw-r--r--dev-util/ostree/ostree-2024.3.ebuild4
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-util/ostree/ostree-2024.3-r1.ebuild b/dev-util/ostree/ostree-2024.3-r1.ebuild
index 05bac56034ba..29dd0ff2a1fb 100644
--- a/dev-util/ostree/ostree-2024.3-r1.ebuild
+++ b/dev-util/ostree/ostree-2024.3-r1.ebuild
@@ -16,12 +16,11 @@ S="${WORKDIR}/lib${P}"
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-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 introspection libmount selinux sodium ssl +soup systemd zeroconf"
RESTRICT="test"
REQUIRED_USE="
dracut? ( systemd )
http2? ( curl )
- httpd? ( || ( curl soup ) )
"
RDEPEND="
@@ -93,7 +92,6 @@ src_configure() {
$(usex introspection --enable-introspection={,} yes no)
$(use_with gpg gpgme)
$(use_enable http2)
- $(use_enable httpd trivial-httpd-cmdline)
$(use_with selinux )
$(use_with soup soup3)
--without-soup # libsoup:2.4
diff --git a/dev-util/ostree/ostree-2024.3.ebuild b/dev-util/ostree/ostree-2024.3.ebuild
index 385ce99ce4cb..bc45f57a3635 100644
--- a/dev-util/ostree/ostree-2024.3.ebuild
+++ b/dev-util/ostree/ostree-2024.3.ebuild
@@ -16,12 +16,11 @@ S="${WORKDIR}/lib${P}"
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-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 introspection libmount selinux sodium ssl +soup systemd zeroconf"
RESTRICT="test"
REQUIRED_USE="
dracut? ( systemd )
http2? ( curl )
- httpd? ( || ( curl soup ) )
"
RDEPEND="
@@ -92,7 +91,6 @@ src_configure() {
$(usex introspection --enable-introspection={,} yes no)
$(use_with gpg gpgme)
$(use_enable http2)
- $(use_enable httpd trivial-httpd-cmdline)
$(use_with selinux )
$(use_with soup soup3)
--without-soup # libsoup:2.4