summaryrefslogtreecommitdiff
path: root/dev-libs/softhsm
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2016-02-24 15:39:34 +0100
committerMarc Schiffbauer <mschiff@gentoo.org>2016-02-24 15:39:34 +0100
commit9f9e449eb41d5a27b81332dbb0660b6759ab55d9 (patch)
treed49fdc9cbc0dac000d233bee0f8c29cc9eac4b5a /dev-libs/softhsm
parent5b167cec903c19052428a803d83e44adaef78876 (diff)
downloadgentoo-9f9e449eb41d5a27b81332dbb0660b6759ab55d9.tar.gz
gentoo-9f9e449eb41d5a27b81332dbb0660b6759ab55d9.tar.xz
dev-libs/softhsm: Added botan[-bindist] dep, should fix #562804
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-libs/softhsm')
-rw-r--r--dev-libs/softhsm/softhsm-2.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/softhsm/softhsm-2.0.0.ebuild b/dev-libs/softhsm/softhsm-2.0.0.ebuild
index dc1cee0ab8e..4572953a728 100644
--- a/dev-libs/softhsm/softhsm-2.0.0.ebuild
+++ b/dev-libs/softhsm/softhsm-2.0.0.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$
@@ -15,7 +15,7 @@ LICENSE="BSD"
RDEPEND="
dev-db/sqlite:3
- dev-libs/botan[threads]
+ dev-libs/botan[threads,-bindist]
"
DEPEND="${RDEPEND}"