From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/scitokens-cpp/
Date: Tue, 30 Jan 2024 11:13:38 +0000 (UTC) [thread overview]
Message-ID: <1706613149.0aa286b378eccf0575c57f9d55b5a66584c8d98d.amadio@gentoo> (raw)
commit: 0aa286b378eccf0575c57f9d55b5a66584c8d98d
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 11:09:36 2024 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 11:12:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa286b3
dev-cpp/scitokens-cpp: restrict dependency to <jwt-cpp-0.7.0
jwt-cpp-0.7.0 introduced breaking changes:
https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.7.0
Closes: https://bugs.gentoo.org/923309
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild | 4 ++--
dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r2.ebuild | 2 +-
dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0-r1.ebuild | 2 +-
dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0.ebuild | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild
index 87e656009e80..91251a33990d 100644
--- a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild
+++ b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,7 +21,7 @@ SLOT="0"
IUSE="test"
DEPEND="
- dev-cpp/jwt-cpp[picojson]
+ <dev-cpp/jwt-cpp-0.7.0[picojson]
dev-db/sqlite
dev-libs/openssl:0=
net-misc/curl:0=
diff --git a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r2.ebuild b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r2.ebuild
index 9cc0a0384407..afb857eab047 100644
--- a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r2.ebuild
+++ b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r2.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
IUSE="test"
DEPEND="
- dev-cpp/jwt-cpp[picojson]
+ <dev-cpp/jwt-cpp-0.7.0[picojson]
dev-db/sqlite
dev-libs/openssl:0=
net-misc/curl:0=
diff --git a/dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0-r1.ebuild b/dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0-r1.ebuild
index 9cc0a0384407..afb857eab047 100644
--- a/dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0-r1.ebuild
+++ b/dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0-r1.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
IUSE="test"
DEPEND="
- dev-cpp/jwt-cpp[picojson]
+ <dev-cpp/jwt-cpp-0.7.0[picojson]
dev-db/sqlite
dev-libs/openssl:0=
net-misc/curl:0=
diff --git a/dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0.ebuild b/dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0.ebuild
index 8f7d8ed53bee..c12cad405a66 100644
--- a/dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0.ebuild
+++ b/dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,7 +21,7 @@ SLOT="0"
IUSE="test"
DEPEND="
- dev-cpp/jwt-cpp[picojson]
+ <dev-cpp/jwt-cpp-0.7.0[picojson]
dev-db/sqlite
dev-libs/openssl:0=
net-misc/curl:0=
next reply other threads:[~2024-01-30 11:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-30 11:13 Guilherme Amadio [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 7:27 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/scitokens-cpp/ Joonas Niilola
2024-11-22 18:33 Sam James
2024-10-31 12:23 Guilherme Amadio
2024-03-10 20:16 Guilherme Amadio
2024-03-10 20:16 Guilherme Amadio
2024-03-08 8:57 Guilherme Amadio
2023-11-16 14:45 Guilherme Amadio
2023-10-30 7:58 Guilherme Amadio
2023-10-30 7:58 Guilherme Amadio
2023-07-03 22:00 Conrad Kostecki
2023-06-17 7:04 Guilherme Amadio
2023-06-16 14:48 Guilherme Amadio
2023-06-14 15:02 Guilherme Amadio
2023-06-08 11:59 Guilherme Amadio
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=1706613149.0aa286b378eccf0575c57f9d55b5a66584c8d98d.amadio@gentoo \
--to=amadio@gentoo.org \
--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