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 F316D139085 for ; Tue, 24 Jan 2017 23:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 244C121C0C9; Tue, 24 Jan 2017 23:29:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0223321C0C9 for ; Tue, 24 Jan 2017 23:29:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 018DE341265 for ; Tue, 24 Jan 2017 23:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71B742E3D for ; Tue, 24 Jan 2017 23:29:10 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1485300536.145bcc3d26666c5dc52fa0d35a223fc09cb7535f.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/botan/botan-1.10.15-r1.ebuild dev-libs/botan/botan-2.0.1.ebuild X-VCS-Directories: dev-libs/botan/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 145bcc3d26666c5dc52fa0d35a223fc09cb7535f X-VCS-Branch: master Date: Tue, 24 Jan 2017 23:29:10 +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: 6eaf2d4a-8bff-4e70-adf8-442d3ba9dbcd X-Archives-Hash: 2e36fdc5f03a13247888529bd2e625d5 commit: 145bcc3d26666c5dc52fa0d35a223fc09cb7535f Author: Anthony G. Basile gentoo org> AuthorDate: Tue Jan 24 23:28:56 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Jan 24 23:28:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145bcc3d dev-libs/botan: add subslot operator to openssl/libressl dependencies Package-Manager: portage-2.3.0 dev-libs/botan/botan-1.10.15-r1.ebuild | 4 ++-- dev-libs/botan/botan-2.0.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/botan/botan-1.10.15-r1.ebuild b/dev-libs/botan/botan-1.10.15-r1.ebuild index f98f0af..ac4e7fb 100644 --- a/dev-libs/botan/botan-1.10.15-r1.ebuild +++ b/dev-libs/botan/botan-1.10.15-r1.ebuild @@ -25,8 +25,8 @@ RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 ) python? ( ${PYTHON_DEPS} >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}] ) gmp? ( >=dev-libs/gmp-4.2.2:* ) ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.8g:0[bindist=] ) - libressl? ( dev-libs/libressl ) + !libressl? ( dev-libs/openssl:0=[bindist=] ) + libressl? ( dev-libs/libressl:0= ) )" DEPEND="${RDEPEND} doc? ( dev-python/sphinx )" diff --git a/dev-libs/botan/botan-2.0.1.ebuild b/dev-libs/botan/botan-2.0.1.ebuild index 763f654..46a4fac 100644 --- a/dev-libs/botan/botan-2.0.1.ebuild +++ b/dev-libs/botan/botan-2.0.1.ebuild @@ -28,8 +28,8 @@ RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 ) lzma? ( app-arch/xz-utils ) sqlite? ( dev-db/sqlite:3 ) ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.8g:0[bindist=] ) - libressl? ( dev-libs/libressl ) + !libressl? ( dev-libs/openssl:0=[bindist=] ) + libressl? ( dev-libs/libressl:0= ) )" DEPEND="${RDEPEND} dev-lang/python:*