diff options
author | Stefan Strogin <stefan.strogin@gmail.com> | 2019-03-06 18:48:36 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-06 14:13:10 -0500 |
commit | f61f31803d6594dfe9fb9c48408c38a8e39308ce (patch) | |
tree | 6441894d66b5e13d6625065235f85c6f1dfcba4d /net-libs | |
parent | dev-ruby/rubygems: amd64 stable wrt bug #679490 (diff) | |
download | gentoo-f61f31803d6594dfe9fb9c48408c38a8e39308ce.tar.gz gentoo-f61f31803d6594dfe9fb9c48408c38a8e39308ce.tar.bz2 gentoo-f61f31803d6594dfe9fb9c48408c38a8e39308ce.zip |
net-libs/liboauth: fix slot operator for libressl dependency
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11283
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/liboauth/liboauth-1.0.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild index 90acfdbc1fcc..66859ea39126 100644 --- a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild +++ b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild @@ -30,7 +30,7 @@ CDEPEND=" ) !nss? ( !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + libressl? ( dev-libs/libressl:0= ) curl? ( || ( net-misc/curl[ssl,curl_ssl_openssl] net-misc/curl[-ssl] |