diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-12-03 04:06:34 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-12-03 04:06:51 +0200 |
commit | 1f11350d50644968a8b9188ee436e889ba6b3e2a (patch) | |
tree | a8213a29478b903645f3608bd8645353f8dc0716 /dev-libs/botan | |
parent | dev-python/oslotest: only run sphinx if doc is enabled (diff) | |
download | gentoo-1f11350d50644968a8b9188ee436e889ba6b3e2a.tar.gz gentoo-1f11350d50644968a8b9188ee436e889ba6b3e2a.tar.bz2 gentoo-1f11350d50644968a8b9188ee436e889ba6b3e2a.zip |
dev-libs/botan: reduce constrains
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-libs/botan')
-rw-r--r-- | dev-libs/botan/botan-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/botan/botan-9999.ebuild b/dev-libs/botan/botan-9999.ebuild index b0a36a56bd4f..64cfdba155d9 100644 --- a/dev-libs/botan/botan-9999.ebuild +++ b/dev-libs/botan/botan-9999.ebuild @@ -15,11 +15,10 @@ KEYWORDS="" SLOT="2/3" # soname version LICENSE="BSD" IUSE="bindist doc boost python bzip2 libressl lzma sqlite ssl static-libs zlib" -REQUIRED_USE="python? ( boost ) boost? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 ) zlib? ( >=sys-libs/zlib-1.2.3 ) - boost? ( ${PYTHON_DEPS} >=dev-libs/boost-1.48[python?,${PYTHON_USEDEP}] ) + boost? ( >=dev-libs/boost-1.48 ) lzma? ( app-arch/xz-utils ) sqlite? ( dev-db/sqlite:3 ) ssl? ( @@ -36,10 +35,9 @@ src_prepare() { } src_configure() { - local disable_modules=( proc_walk unix_procs ) + local disable_modules=() use boost || disable_modules+=( "boost" ) use bindist && disable_modules+=( "ecdsa" ) - use python || disable_modules+=( "ffi" ) elog "Disabling modules: ${disable_modules[@]}" # Enable v9 instructions for sparc64 |