commit: 9f9e449eb41d5a27b81332dbb0660b6759ab55d9
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 14:39:34 2016 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 14:39:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9e449e
dev-libs/softhsm: Added botan[-bindist] dep, should fix #562804
Package-Manager: portage-2.2.27
dev-libs/softhsm/softhsm-2.0.0.ebuild | 4 ++--
1 file 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 dc1cee0..4572953 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}"