summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-06-03 04:43:21 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-06-03 04:43:21 -0400
commit0117cd05345186d10489d41b5e5371df3a043045 (patch)
tree71f957f5a9fd38e71eab74d4ac93d32ca883dbdd /app-crypt
parent4100d2b76e257ecc714c887ae3e4c1b6ad8f9b9a (diff)
downloadgentoo-0117cd05345186d10489d41b5e5371df3a043045.tar.gz
gentoo-0117cd05345186d10489d41b5e5371df3a043045.tar.xz
app-crypt/af_alg: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/af_alg/af_alg-0_pre20120229.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-crypt/af_alg/af_alg-0_pre20120229.ebuild b/app-crypt/af_alg/af_alg-0_pre20120229.ebuild
index fbf16e4df78..4c5e24b54cd 100644
--- a/app-crypt/af_alg/af_alg-0_pre20120229.ebuild
+++ b/app-crypt/af_alg/af_alg-0_pre20120229.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$
@@ -17,9 +17,10 @@ SRC_URI="http://src.carnivore.it/users/common/af_alg/snapshot/${MY_P}.tar.gz"
LICENSE="openssl"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="libressl"
-DEPEND="dev-libs/openssl"
+DEPEND="!libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"