Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/
Date: Tue, 24 Jan 2017 23:29:13
Message-Id: 1485300536.145bcc3d26666c5dc52fa0d35a223fc09cb7535f.blueness@gentoo
1 commit: 145bcc3d26666c5dc52fa0d35a223fc09cb7535f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 23:28:56 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 23:28:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145bcc3d
7
8 dev-libs/botan: add subslot operator to openssl/libressl dependencies
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/botan/botan-1.10.15-r1.ebuild | 4 ++--
13 dev-libs/botan/botan-2.0.1.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/botan/botan-1.10.15-r1.ebuild b/dev-libs/botan/botan-1.10.15-r1.ebuild
17 index f98f0af..ac4e7fb 100644
18 --- a/dev-libs/botan/botan-1.10.15-r1.ebuild
19 +++ b/dev-libs/botan/botan-1.10.15-r1.ebuild
20 @@ -25,8 +25,8 @@ RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 )
21 python? ( ${PYTHON_DEPS} >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}] )
22 gmp? ( >=dev-libs/gmp-4.2.2:* )
23 ssl? (
24 - !libressl? ( >=dev-libs/openssl-0.9.8g:0[bindist=] )
25 - libressl? ( dev-libs/libressl )
26 + !libressl? ( dev-libs/openssl:0=[bindist=] )
27 + libressl? ( dev-libs/libressl:0= )
28 )"
29 DEPEND="${RDEPEND}
30 doc? ( dev-python/sphinx )"
31
32 diff --git a/dev-libs/botan/botan-2.0.1.ebuild b/dev-libs/botan/botan-2.0.1.ebuild
33 index 763f654..46a4fac 100644
34 --- a/dev-libs/botan/botan-2.0.1.ebuild
35 +++ b/dev-libs/botan/botan-2.0.1.ebuild
36 @@ -28,8 +28,8 @@ RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 )
37 lzma? ( app-arch/xz-utils )
38 sqlite? ( dev-db/sqlite:3 )
39 ssl? (
40 - !libressl? ( >=dev-libs/openssl-0.9.8g:0[bindist=] )
41 - libressl? ( dev-libs/libressl )
42 + !libressl? ( dev-libs/openssl:0=[bindist=] )
43 + libressl? ( dev-libs/libressl:0= )
44 )"
45 DEPEND="${RDEPEND}
46 dev-lang/python:*