summaryrefslogtreecommitdiff
path: root/net-libs/nghttp2
diff options
context:
space:
mode:
authorosforge-fix <root@baldeagleos.com>2026-06-02 03:56:49 -0500
committerosforge-fix <root@baldeagleos.com>2026-06-02 03:56:49 -0500
commit33688726a8da4889a96b2a2b60cf8693bb388f96 (patch)
treedc841ecbe1c788cde245f454932fd3a082e3cf92 /net-libs/nghttp2
parent831710b088a0f8afb66e763ebfc41d16aeebe044 (diff)
downloadbaldeagleos-repo-33688726a8da4889a96b2a2b60cf8693bb388f96.tar.gz
baldeagleos-repo-33688726a8da4889a96b2a2b60cf8693bb388f96.tar.xz
baldeagleos-repo-33688726a8da4889a96b2a2b60cf8693bb388f96.zip
Fix invalid '!? (' empty-flag conditionals from libressl purge (30 ebuilds)
The libressl purge mangled '!libressl? ( <dep-with-parens> )' into the invalid '!? ( ... )' (empty USE flag), masking these packages and crashing emerge with InvalidDependString. Unwrap to the bare dependency; remove orphan positive blocks. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r--net-libs/nghttp2/nghttp2-1.68.1.ebuild2
-rw-r--r--net-libs/nghttp2/nghttp2-1.69.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.68.1.ebuild b/net-libs/nghttp2/nghttp2-1.68.1.ebuild
index 12ecc8e84bfb..3ebdf9a38194 100644
--- a/net-libs/nghttp2/nghttp2-1.68.1.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.68.1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="test? ( static-libs )"
RESTRICT="!test? ( test )"
SSL_DEPEND="
- !? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-),${MULTILIB_USEDEP}] )
+ >=dev-libs/openssl-1.0.2:0=[-bindist(-),${MULTILIB_USEDEP}]
"
RDEPEND="
diff --git a/net-libs/nghttp2/nghttp2-1.69.0.ebuild b/net-libs/nghttp2/nghttp2-1.69.0.ebuild
index 12ecc8e84bfb..3ebdf9a38194 100644
--- a/net-libs/nghttp2/nghttp2-1.69.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.69.0.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="test? ( static-libs )"
RESTRICT="!test? ( test )"
SSL_DEPEND="
- !? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-),${MULTILIB_USEDEP}] )
+ >=dev-libs/openssl-1.0.2:0=[-bindist(-),${MULTILIB_USEDEP}]
"
RDEPEND="