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 73EFB139085 for ; Tue, 20 Dec 2016 15:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA0C421C248; Tue, 20 Dec 2016 15:36:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 924C121C248 for ; Tue, 20 Dec 2016 15:36:44 +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 89E31340A23 for ; Tue, 20 Dec 2016 15:36:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F65324AB for ; Tue, 20 Dec 2016 15:36:41 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1482248166.5743c834f424f81fe4d036b23bcff049238f01a5.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/memcached/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/memcached/memcached-1.4.33-r1.ebuild X-VCS-Directories: net-misc/memcached/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 5743c834f424f81fe4d036b23bcff049238f01a5 X-VCS-Branch: master Date: Tue, 20 Dec 2016 15:36:41 +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: dc0b9ef1-a201-406e-b75e-160dee7d4098 X-Archives-Hash: e297a6eeb060650e34b0a6045eb5f728 commit: 5743c834f424f81fe4d036b23bcff049238f01a5 Author: Matthew Thode gentoo org> AuthorDate: Tue Dec 20 15:35:16 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue Dec 20 15:36:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5743c834 net-misc/memcached: updated libevent dep for bug 603030 Package-Manager: portage-2.3.0 net-misc/memcached/memcached-1.4.33-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/memcached/memcached-1.4.33-r1.ebuild b/net-misc/memcached/memcached-1.4.33-r1.ebuild index 93c8ab6..5560359 100644 --- a/net-misc/memcached/memcached-1.4.33-r1.ebuild +++ b/net-misc/memcached/memcached-1.4.33-r1.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later -RDEPEND=">=dev-libs/libevent-1.4 +RDEPEND=">=dev-libs/libevent-1.4:= dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) selinux? ( sec-policy/selinux-memcached )"