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 41FDF158003 for ; Sat, 26 Feb 2022 18:16:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E5472BC00B; Sat, 26 Feb 2022 18:16:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1975E2BC00C for ; Sat, 26 Feb 2022 18:16:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9A0334320D for ; Sat, 26 Feb 2022 18:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EB9F326 for ; Sat, 26 Feb 2022 18:16:40 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1645897947.70e2318b649f84ccba628f6ba36b8804941f52a3.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 70e2318b649f84ccba628f6ba36b8804941f52a3 X-VCS-Branch: master Date: Sat, 26 Feb 2022 18:16:40 +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: 5389b489-ce14-4ded-bd02-749bb9727aa6 X-Archives-Hash: 58e4a92f53ec521a5896b8ffdba86884 commit: 70e2318b649f84ccba628f6ba36b8804941f52a3 Author: Oliver Freyermuth googlemail com> AuthorDate: Sat Feb 26 17:52:20 2022 +0000 Commit: Florian Schmaus gentoo org> 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 )"