From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 249A9139083 for ; Sun, 3 Dec 2017 02:07:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 504A5E0F1B; Sun, 3 Dec 2017 02:07:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E73AE0F1B for ; Sun, 3 Dec 2017 02:07:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E0A433BEA7 for ; Sun, 3 Dec 2017 02:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A46CFAE66 for ; Sun, 3 Dec 2017 02:06:58 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1512266811.1f11350d50644968a8b9188ee436e889ba6b3e2a.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/botan/botan-9999.ebuild X-VCS-Directories: dev-libs/botan/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 1f11350d50644968a8b9188ee436e889ba6b3e2a X-VCS-Branch: master Date: Sun, 3 Dec 2017 02:06:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5fcc38e6-3c8d-4db6-854c-1b1100466221 X-Archives-Hash: 6c119deec47d6d2c530fe2c31c90bd1a commit: 1f11350d50644968a8b9188ee436e889ba6b3e2a Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Dec 3 02:06:34 2017 +0000 Commit: Alon Bar-Lev gentoo 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