summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-06-03 04:48:46 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-06-03 04:48:46 -0400
commitba81798bf0191b96c43efa598e5e367d69c07390 (patch)
tree20535bbec761baecd63fefcefe800914558860b6 /app-crypt/cardpeek
parentapp-crypt/af_alg: add libressl support (diff)
downloadgentoo-ba81798bf0191b96c43efa598e5e367d69c07390.tar.gz
gentoo-ba81798bf0191b96c43efa598e5e367d69c07390.tar.bz2
gentoo-ba81798bf0191b96c43efa598e5e367d69c07390.zip
app-crypt/cardpeek: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/cardpeek')
-rw-r--r--app-crypt/cardpeek/cardpeek-0.7.2.ebuild8
-rw-r--r--app-crypt/cardpeek/cardpeek-0.8.4.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
index f3ee99d21072..c1482be5e715 100644
--- a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
+++ b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,12 +13,14 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
+IUSE="libressl"
RDEPEND=">=x11-libs/gtk+-2.12:2
sys-apps/pcsc-lite
=dev-lang/lua-5.1*
- dev-libs/openssl"
+ dev-libs/openssl
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
index 763e1b1685e6..116af8d7d14a 100644
--- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
+++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,13 +13,14 @@ SRC_URI="http://downloads.pannetrat.com/install/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
-IUSE=""
+IUSE="libressl"
RDEPEND="sys-apps/pcsc-lite
dev-lang/lua:5.2
x11-libs/gtk+:3
net-misc/curl
- dev-libs/openssl:*"
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig"