dev-libs/softhsm: sqlight is only for migration
authorAlon Bar-Lev <alonbl@gentoo.org>
Sat, 11 Feb 2017 02:44:01 +0000 (04:44 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sat, 11 Feb 2017 02:44:40 +0000 (04:44 +0200)
Package-Manager: portage-2.3.3

dev-libs/softhsm/softhsm-2.2.0-r3.ebuild

index c0e2a04a0ee7988e8de9243b033f31b53c1e452f..e36d50e4abbc1ff355f20d934583e05bcaaef6c6 100644 (file)
@@ -11,13 +11,13 @@ HOMEPAGE="http://www.opendnssec.org/"
 SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz"
 
 KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="bindist libressl +migration-tool test"
+IUSE="bindist libressl migration-tool test"
 SLOT="2"
 LICENSE="BSD"
 
 RDEPEND="
        sys-devel/gcc:=[cxx]
-       dev-db/sqlite:3
+       migration-tool? ( dev-db/sqlite:3 )
        !libressl? ( dev-libs/openssl:=[bindist=] )
        libressl? ( dev-libs/libressl )
        !=dev-libs/softhsm-2.0.0:0