diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-28 20:53:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-29 12:03:01 +0200 |
commit | d49a924ea6382ae5e3cda3d1f9a0896885b59417 (patch) | |
tree | 6738af52c1e8db89acbec9909f2de19dd3f502dc | |
parent | net-misc/apt-cacher-ng: [QA] Fix openssl dep to use :0= (diff) | |
download | gentoo-d49a924ea6382ae5e3cda3d1f9a0896885b59417.tar.gz gentoo-d49a924ea6382ae5e3cda3d1f9a0896885b59417.tar.bz2 gentoo-d49a924ea6382ae5e3cda3d1f9a0896885b59417.zip |
net-misc/mico: [QA] Fix openssl dep to use :0=
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | net-misc/mico/mico-2.3.13-r12.ebuild (renamed from net-misc/mico/mico-2.3.13-r11.ebuild) | 2 | ||||
-rw-r--r-- | net-misc/mico/mico-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/mico/mico-2.3.13-r11.ebuild b/net-misc/mico/mico-2.3.13-r12.ebuild index dea317a207b0..97281d44bfd2 100644 --- a/net-misc/mico/mico-2.3.13-r11.ebuild +++ b/net-misc/mico/mico-2.3.13-r12.ebuild @@ -36,7 +36,7 @@ RESTRICT="test" #298101 RDEPEND=" gtk? ( x11-libs/gtk+:2 ) postgres? ( dev-db/postgresql:* ) - ssl? ( dev-libs/openssl:* ) + ssl? ( dev-libs/openssl:0= ) tcl? ( dev-lang/tcl:0 ) X? ( x11-libs/libXt ) " diff --git a/net-misc/mico/mico-9999.ebuild b/net-misc/mico/mico-9999.ebuild index 9c222a3bdf84..ba56c4b4614b 100644 --- a/net-misc/mico/mico-9999.ebuild +++ b/net-misc/mico/mico-9999.ebuild @@ -33,7 +33,7 @@ RESTRICT="test" #298101 RDEPEND=" gtk? ( x11-libs/gtk+:2 ) postgres? ( dev-db/postgresql:* ) - ssl? ( dev-libs/openssl:* ) + ssl? ( dev-libs/openssl:0= ) tcl? ( dev-lang/tcl:0 ) X? ( x11-libs/libXt ) " |