Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liboauth/
Date: Sun, 02 May 2021 10:16:45
Message-Id: 1619950594.b6bf5b6fa55ac7f0eb757a954c4fd060fe89c768.zlogene@gentoo
1 commit: b6bf5b6fa55ac7f0eb757a954c4fd060fe89c768
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 10:11:28 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 10:16:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bf5b6f
7
8 net-libs/liboauth: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-libs/liboauth/liboauth-1.0.3-r1.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild
17 index a68e3ff0f51..bd549e633f4 100644
18 --- a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild
19 +++ b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${P}.tar.gz"
27 LICENSE="|| ( GPL-2 MIT )"
28 SLOT="0"
29 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
30 -IUSE="bindist curl doc libressl +nss"
31 +IUSE="bindist curl doc +nss"
32
33 REQUIRED_USE="bindist? ( nss )"
34
35 @@ -29,8 +29,7 @@ CDEPEND="
36 ) )
37 )
38 !nss? (
39 - !libressl? ( dev-libs/openssl:0= )
40 - libressl? ( dev-libs/libressl:0= )
41 + dev-libs/openssl:0=
42 curl? ( || (
43 net-misc/curl[ssl,curl_ssl_openssl]
44 net-misc/curl[-ssl]