From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7BDCC59CA6 for ; Fri, 25 Mar 2016 20:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C53B21C020; Fri, 25 Mar 2016 20:46:39 +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 E3B1021C020 for ; Fri, 25 Mar 2016 20:46:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 98712340D31 for ; Fri, 25 Mar 2016 20:46:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55526859 for ; Fri, 25 Mar 2016 20:46:35 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1458937567.1e1db0448b1dbb39c6353a6d399f374d9358f805.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/znc/znc-9999.ebuild X-VCS-Directories: net-irc/znc/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 1e1db0448b1dbb39c6353a6d399f374d9358f805 X-VCS-Branch: master Date: Fri, 25 Mar 2016 20:46:35 +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: 904858ec-ac72-4895-abb8-c0350ae9c9dd X-Archives-Hash: f3ccf7239b81d8333910e835151ac54a commit: 1e1db0448b1dbb39c6353a6d399f374d9358f805 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Mar 25 20:26:07 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Mar 25 20:26:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1db044 net-irc/znc: Add missing slot op to ICU dependency Package-Manager: portage-2.2.28 net-irc/znc/znc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index cfdcfd9..34e7481 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -23,7 +23,7 @@ IUSE="daemon debug ipv6 libressl perl python ssl sasl tcl" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" - dev-libs/icu + dev-libs/icu:= sys-libs/zlib perl? ( >=dev-lang/perl-5.10 ) python? ( ${PYTHON_DEPS} )