Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/softhsm/
Date: Wed, 24 Feb 2016 14:40:02
Message-Id: 1456324774.9f9e449eb41d5a27b81332dbb0660b6759ab55d9.mschiff@gentoo
1 commit: 9f9e449eb41d5a27b81332dbb0660b6759ab55d9
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 24 14:39:34 2016 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 24 14:39:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9e449e
7
8 dev-libs/softhsm: Added botan[-bindist] dep, should fix #562804
9
10 Package-Manager: portage-2.2.27
11
12 dev-libs/softhsm/softhsm-2.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/softhsm/softhsm-2.0.0.ebuild b/dev-libs/softhsm/softhsm-2.0.0.ebuild
16 index dc1cee0..4572953 100644
17 --- a/dev-libs/softhsm/softhsm-2.0.0.ebuild
18 +++ b/dev-libs/softhsm/softhsm-2.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -15,7 +15,7 @@ LICENSE="BSD"
26
27 RDEPEND="
28 dev-db/sqlite:3
29 - dev-libs/botan[threads]
30 + dev-libs/botan[threads,-bindist]
31 "
32 DEPEND="${RDEPEND}"