From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/lsquic/
Date: Mon, 07 Apr 2025 09:32:27 +0000 (UTC) [thread overview]
Message-ID: <1744016201.0af11f2f0942df5c3eebffec1b30c6599459691e.davidroman@gentoo> (raw)
Message-ID: <20250407093227.3tphdXiw5Vr8hmvn7QzK5L2iFWab6kyhJhxjP3I2_Xk@z> (raw)
commit: 0af11f2f0942df5c3eebffec1b30c6599459691e
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Apr 7 08:56:41 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Apr 7 08:56:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0af11f2f
dev-libs/lsquic: remove static-libs support
One of the deps, ls-qpack, removed static-libs support so we also remove
it here.
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-libs/lsquic/lsquic-4.0.12.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-libs/lsquic/lsquic-4.0.12.ebuild b/dev-libs/lsquic/lsquic-4.0.12.ebuild
index 7163e9ef5..ea0d673ab 100644
--- a/dev-libs/lsquic/lsquic-4.0.12.ebuild
+++ b/dev-libs/lsquic/lsquic-4.0.12.ebuild
@@ -18,13 +18,13 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
-IUSE="static-libs test"
+IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
dev-lang/go
- dev-libs/ls-qpack:=[static-libs=]
- dev-libs/ls-hpack:=[static-libs=]
+ dev-libs/ls-qpack:=
+ dev-libs/ls-hpack:=
"
RDEPEND="
${DEPEND}
@@ -47,7 +47,7 @@ src_unpack() {
src_configure() {
local mycmakeargs=(
- -DLSQUIC_SHARED_LIB=$(usex !static-libs)
+ -DLSQUIC_SHARED_LIB=ON
-DLSQUIC_TESTS=$(usex test)
)
cmake_src_configure
next reply other threads:[~2025-04-07 9:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-07 8:57 David Roman [this message]
2025-04-07 9:32 ` [gentoo-commits] repo/proj/guru:master commit in: dev-libs/lsquic/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2025-04-28 12:57 [gentoo-commits] repo/proj/guru:dev " Okamura Kazuya
2025-04-07 8:57 David Roman
2024-05-05 1:17 Okamura Kazuya
2023-07-09 11:17 Okamura Kazuya
2023-07-07 2:28 Okamura Kazuya
2023-07-07 2:18 Okamura Kazuya
2023-07-02 11:23 Okamura Kazuya
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1744016201.0af11f2f0942df5c3eebffec1b30c6599459691e.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox