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 724171395E2 for ; Fri, 2 Dec 2016 19:08:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83C68E0C87; Fri, 2 Dec 2016 19:08:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5F8B4E0C87 for ; Fri, 2 Dec 2016 19:08:16 +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 5F46634114A for ; Fri, 2 Dec 2016 19:08:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C8CB24A9 for ; Fri, 2 Dec 2016 19:08:14 +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: <1480705688.84aab79875aee149ebe9e7d7e4d5111155998f4b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/znc/znc-1.6.3-r1.ebuild net-irc/znc/znc-1.6.3.ebuild X-VCS-Directories: net-irc/znc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 84aab79875aee149ebe9e7d7e4d5111155998f4b X-VCS-Branch: master Date: Fri, 2 Dec 2016 19:08:14 +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: 5032fa62-c0a5-4093-89a2-1c33a06076f7 X-Archives-Hash: ae4d4f5e29b97c438b6b38fa76815dcf commit: 84aab79875aee149ebe9e7d7e4d5111155998f4b Author: Louis Sautier gmail com> AuthorDate: Thu Dec 1 23:36:51 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 2 19:08:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84aab798 net-irc/znc: add a sub-slot operator for perl and libressl Package-Manager: portage-2.3.2 net-irc/znc/{znc-1.6.3.ebuild => znc-1.6.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/znc/znc-1.6.3.ebuild b/net-irc/znc/znc-1.6.3-r1.ebuild similarity index 97% rename from net-irc/znc/znc-1.6.3.ebuild rename to net-irc/znc/znc-1.6.3-r1.ebuild index d900f54..e4bd9d6 100644 --- a/net-irc/znc/znc-1.6.3.ebuild +++ b/net-irc/znc/znc-1.6.3-r1.ebuild @@ -28,12 +28,12 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" dev-libs/icu:= sys-libs/zlib - perl? ( >=dev-lang/perl-5.10 ) + perl? ( >=dev-lang/perl-5.10:= ) python? ( ${PYTHON_DEPS} ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ssl? ( !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl ) + libressl? ( dev-libs/libressl:0= ) ) tcl? ( dev-lang/tcl:0= ) "