commit:     1f11350d50644968a8b9188ee436e889ba6b3e2a
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  3 02:06:34 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun Dec  3 02:06:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f11350d

dev-libs/botan: reduce constrains

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/botan/botan-9999.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-libs/botan/botan-9999.ebuild b/dev-libs/botan/botan-9999.ebuild
index b0a36a56bd4..64cfdba155d 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

Reply via email to