SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz"
KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="libressl +migration-tool test"
+IUSE="bindist libressl +migration-tool test"
SLOT="2"
LICENSE="BSD"
RDEPEND="
sys-devel/gcc:=[cxx]
dev-db/sqlite:3
- !libressl? ( dev-libs/openssl:= )
+ !libressl? ( dev-libs/openssl:=[bindist=] )
libressl? ( dev-libs/libressl )
!=dev-libs/softhsm-2.0.0:0
"
--disable-static \
--with-crypto-backend=openssl \
--disable-p11-kit \
+ $(use_enable bindist ecc) \
+ $(use libressl && echo --disable-ghost) \
$(use_with migration-tool migrate)
}