From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/FORT-validator/
Date: Mon, 3 May 2021 09:36:45 +0000 (UTC) [thread overview]
Message-ID: <1620034433.93623e264cc75b5c542e4b6942f3187eaf5a14f0.andrewammerlaan@gentoo> (raw)
Message-ID: <20210503093645.mqjYrzWTYlGDyR0EImm3rCylD2jlKkdA6J2k7zLdUQo@z> (raw)
commit: 93623e264cc75b5c542e4b6942f3187eaf5a14f0
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon May 3 09:33:53 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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}
next reply other threads:[~2021-05-03 9:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-03 10:11 Andrew Ammerlaan [this message]
2021-05-03 9:36 ` [gentoo-commits] repo/proj/guru:dev commit in: net-misc/FORT-validator/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2024-05-31 8:55 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-31 8:55 Julien Roy
2023-10-06 14:38 David Roman
2023-10-06 14:38 David Roman
2022-12-29 11:33 Florian Schmaus
2020-12-07 14:02 Andrew Ammerlaan
2020-12-07 14:02 Andrew Ammerlaan
2020-12-04 15:00 Andrew Ammerlaan
2020-12-04 15:00 Andrew Ammerlaan
2020-07-09 14:29 Andrew Ammerlaan
2020-05-02 9:04 Andrew Ammerlaan
2020-03-15 11:29 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-15 11:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-15 11:21 Andrew Ammerlaan
2020-03-13 17:45 Andrew Ammerlaan
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=1620034433.93623e264cc75b5c542e4b6942f3187eaf5a14f0.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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