From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5163A15808B for ; Sat, 26 Feb 2022 17:52:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82920E0839; Sat, 26 Feb 2022 17:52:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68B13E0839 for ; Sat, 26 Feb 2022 17:52:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 792D93431F1 for ; Sat, 26 Feb 2022 17:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E76102A5 for ; Sat, 26 Feb 2022 17:52:28 +0000 (UTC) From: "Oliver Freyermuth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Oliver Freyermuth" Message-ID: <1645897947.70e2318b649f84ccba628f6ba36b8804941f52a3.freyermuth@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/jwt-cpp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild X-VCS-Directories: dev-cpp/jwt-cpp/ X-VCS-Committer: freyermuth X-VCS-Committer-Name: Oliver Freyermuth X-VCS-Revision: 70e2318b649f84ccba628f6ba36b8804941f52a3 X-VCS-Branch: dev Date: Sat, 26 Feb 2022 17:52:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 688abefa-954c-47af-9e39-fb10bb8cea28 X-Archives-Hash: e30de397162d38396ddd471ca73e248b commit: 70e2318b649f84ccba628f6ba36b8804941f52a3 Author: Oliver Freyermuth googlemail com> AuthorDate: Sat Feb 26 17:52:20 2022 +0000 Commit: Oliver Freyermuth googlemail com> CommitDate: Sat Feb 26 17:52:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70e2318b dev-cpp/jwt-cpp: Add forgotten openssl dependency. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Oliver Freyermuth googlemail.com> dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild b/dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild index 5d54b8c45..5dfa4fd92 100644 --- a/dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild +++ b/dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild @@ -23,6 +23,7 @@ IUSE="doc +picojson test" DEPEND="${RDEPEND} dev-cpp/nlohmann_json + dev-libs/openssl picojson? ( dev-cpp/picojson ) doc? ( app-doc/doxygen[dot] )" RESTRICT="!picojson? ( test )"