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 16CDB138334 for ; Wed, 29 May 2019 10:03:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A08DE08C9; Wed, 29 May 2019 10:03:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1F343E08C9 for ; Wed, 29 May 2019 10:03:51 +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 3507134522B for ; Wed, 29 May 2019 10:03:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1838A603 for ; Wed, 29 May 2019 10:03:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1559124181.d49a924ea6382ae5e3cda3d1f9a0896885b59417.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mico/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/mico/mico-2.3.13-r11.ebuild net-misc/mico/mico-2.3.13-r12.ebuild net-misc/mico/mico-9999.ebuild X-VCS-Directories: net-misc/mico/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d49a924ea6382ae5e3cda3d1f9a0896885b59417 X-VCS-Branch: master Date: Wed, 29 May 2019 10:03:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6235268-3cb6-4cf1-ae0b-97c4e1d6a548 X-Archives-Hash: fbd1cc7a6f6d7468c0116618de33181f commit: d49a924ea6382ae5e3cda3d1f9a0896885b59417 Author: Michał Górny gentoo org> AuthorDate: Tue May 28 18:53:07 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 29 10:03:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49a924e net-misc/mico: [QA] Fix openssl dep to use :0= Signed-off-by: Michał Górny gentoo.org> net-misc/mico/{mico-2.3.13-r11.ebuild => mico-2.3.13-r12.ebuild} | 2 +- 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 similarity index 99% rename from net-misc/mico/mico-2.3.13-r11.ebuild rename to net-misc/mico/mico-2.3.13-r12.ebuild index dea317a207b..97281d44bfd 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 9c222a3bdf8..ba56c4b4614 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 ) "