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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B012F1382C5 for ; Mon, 3 May 2021 09:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90C0BE0823; Mon, 3 May 2021 09:36:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77A65E0823 for ; Mon, 3 May 2021 09:36:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60758340AB6 for ; Mon, 3 May 2021 09:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF02172E for ; Mon, 3 May 2021 09:36:45 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1620034433.93623e264cc75b5c542e4b6942f3187eaf5a14f0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/FORT-validator/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/FORT-validator/FORT-validator-1.4.1.ebuild net-misc/FORT-validator/FORT-validator-1.4.2.ebuild net-misc/FORT-validator/FORT-validator-1.5.0.ebuild X-VCS-Directories: net-misc/FORT-validator/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 93623e264cc75b5c542e4b6942f3187eaf5a14f0 X-VCS-Branch: dev Date: Mon, 3 May 2021 09:36:45 +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: 49c5f9d2-5626-479c-a7b0-0d2fd411b9c7 X-Archives-Hash: d0f9c814fae8a8e3919e4d3222a5b88e Message-ID: <20210503093645.mqjYrzWTYlGDyR0EImm3rCylD2jlKkdA6J2k7zLdUQo@z> commit: 93623e264cc75b5c542e4b6942f3187eaf5a14f0 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon May 3 09:33:53 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon May 3 09:33:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93623e26 net-misc/FORT-validator: drop libressl Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> net-misc/FORT-validator/FORT-validator-1.4.1.ebuild | 5 ++--- net-misc/FORT-validator/FORT-validator-1.4.2.ebuild | 5 ++--- net-misc/FORT-validator/FORT-validator-1.5.0.ebuild | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/net-misc/FORT-validator/FORT-validator-1.4.1.ebuild b/net-misc/FORT-validator/FORT-validator-1.4.1.ebuild index 072bcd250..e31d270e4 100644 --- a/net-misc/FORT-validator/FORT-validator-1.4.1.ebuild +++ b/net-misc/FORT-validator/FORT-validator-1.4.1.ebuild @@ -14,15 +14,14 @@ MY_PN="fort" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="caps libressl" +IUSE="caps" DEPEND=" acct-group/fort acct-user/fort caps? ( sys-libs/libcap ) dev-libs/jansson - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= " RDEPEND=" ${DEPEND} diff --git a/net-misc/FORT-validator/FORT-validator-1.4.2.ebuild b/net-misc/FORT-validator/FORT-validator-1.4.2.ebuild index c642fbdfc..645a3e3e9 100644 --- a/net-misc/FORT-validator/FORT-validator-1.4.2.ebuild +++ b/net-misc/FORT-validator/FORT-validator-1.4.2.ebuild @@ -14,15 +14,14 @@ SRC_URI="https://github.com/NICMx/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="caps libressl" +IUSE="caps" DEPEND=" acct-group/fort acct-user/fort caps? ( sys-libs/libcap ) dev-libs/jansson - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= " RDEPEND=" ${DEPEND} diff --git a/net-misc/FORT-validator/FORT-validator-1.5.0.ebuild b/net-misc/FORT-validator/FORT-validator-1.5.0.ebuild index 15a566054..c3c640eac 100644 --- a/net-misc/FORT-validator/FORT-validator-1.5.0.ebuild +++ b/net-misc/FORT-validator/FORT-validator-1.5.0.ebuild @@ -14,15 +14,14 @@ MY_PN="fort" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="caps libressl" +IUSE="caps" DEPEND=" acct-group/fort acct-user/fort caps? ( sys-libs/libcap ) dev-libs/jansson - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= " RDEPEND=" ${DEPEND}