aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Retornaz <gentoo@retornaz.com>2021-05-03 01:22:32 +0200
committerQuentin Retornaz <gentoo@retornaz.com>2021-05-03 01:22:32 +0200
commit3a6618cef3f3bc1bdd632a0d522035770cfdfb5b (patch)
tree2282d259fdbd5f9128ee78758abd6175ea9310ed /dev-util
parentdev-qt/qtnetwork: remove libressl USE flag (diff)
downloadlibressl-3a6618cef3f3bc1bdd632a0d522035770cfdfb5b.tar.gz
libressl-3a6618cef3f3bc1bdd632a0d522035770cfdfb5b.tar.bz2
libressl-3a6618cef3f3bc1bdd632a0d522035770cfdfb5b.zip
dev-util/cargo-audit: remove libressl USE flag
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cargo-audit/cargo-audit-0.13.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-util/cargo-audit/cargo-audit-0.13.1.ebuild b/dev-util/cargo-audit/cargo-audit-0.13.1.ebuild
index 444d776..877fb53 100644
--- a/dev-util/cargo-audit/cargo-audit-0.13.1.ebuild
+++ b/dev-util/cargo-audit/cargo-audit-0.13.1.ebuild
@@ -260,11 +260,10 @@ SRC_URI="https://github.com/RustSec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 MIT MPL-2.0 Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
-IUSE="fix libressl"
+IUSE="fix"
RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
dev-libs/libgit2:=
"
DEPEND="${RDEPEND}"