Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mico/
Date: Wed, 29 May 2019 10:03:52
Message-Id: 1559124181.d49a924ea6382ae5e3cda3d1f9a0896885b59417.mgorny@gentoo
1 commit: d49a924ea6382ae5e3cda3d1f9a0896885b59417
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 18:53:07 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 10:03:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49a924e
7
8 net-misc/mico: [QA] Fix openssl dep to use :0=
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/mico/{mico-2.3.13-r11.ebuild => mico-2.3.13-r12.ebuild} | 2 +-
13 net-misc/mico/mico-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/mico/mico-2.3.13-r11.ebuild b/net-misc/mico/mico-2.3.13-r12.ebuild
17 similarity index 99%
18 rename from net-misc/mico/mico-2.3.13-r11.ebuild
19 rename to net-misc/mico/mico-2.3.13-r12.ebuild
20 index dea317a207b..97281d44bfd 100644
21 --- a/net-misc/mico/mico-2.3.13-r11.ebuild
22 +++ b/net-misc/mico/mico-2.3.13-r12.ebuild
23 @@ -36,7 +36,7 @@ RESTRICT="test" #298101
24 RDEPEND="
25 gtk? ( x11-libs/gtk+:2 )
26 postgres? ( dev-db/postgresql:* )
27 - ssl? ( dev-libs/openssl:* )
28 + ssl? ( dev-libs/openssl:0= )
29 tcl? ( dev-lang/tcl:0 )
30 X? ( x11-libs/libXt )
31 "
32
33 diff --git a/net-misc/mico/mico-9999.ebuild b/net-misc/mico/mico-9999.ebuild
34 index 9c222a3bdf8..ba56c4b4614 100644
35 --- a/net-misc/mico/mico-9999.ebuild
36 +++ b/net-misc/mico/mico-9999.ebuild
37 @@ -33,7 +33,7 @@ RESTRICT="test" #298101
38 RDEPEND="
39 gtk? ( x11-libs/gtk+:2 )
40 postgres? ( dev-db/postgresql:* )
41 - ssl? ( dev-libs/openssl:* )
42 + ssl? ( dev-libs/openssl:0= )
43 tcl? ( dev-lang/tcl:0 )
44 X? ( x11-libs/libXt )
45 "