Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/cardpeek/
Date: Sat, 01 May 2021 07:37:37
Message-Id: 1619854650.f9765c03e9f71657053f4987ec0702df844e0bb7.zlogene@gentoo
1 commit: f9765c03e9f71657053f4987ec0702df844e0bb7
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 07:36:42 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 07:37:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9765c03
7
8 app-crypt/cardpeek: 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 app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
17 index 502219dfe65..c479212f468 100644
18 --- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
19 +++ b/app-crypt/cardpeek/cardpeek-0.8.4.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 @@ -14,7 +14,6 @@ SRC_URI="http://downloads.pannetrat.com/install/${P}.tar.gz"
27 LICENSE="GPL-3"
28 SLOT="0"
29 KEYWORDS="~amd64"
30 -IUSE="libressl"
31
32 REQUIRED_USE="${LUA_REQUIRED_USE}"
33
34 @@ -22,7 +21,6 @@ RDEPEND="${LUA_DEPS}
35 sys-apps/pcsc-lite
36 x11-libs/gtk+:3
37 net-misc/curl
38 - !libressl? ( dev-libs/openssl:0= )
39 - libressl? ( dev-libs/libressl:0= )"
40 + dev-libs/openssl:0="
41 DEPEND="${RDEPEND}"
42 BDEPEND="virtual/pkgconfig"