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 B6D771384C0 for ; Mon, 31 Aug 2015 00:19:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39F4B142C0; Mon, 31 Aug 2015 00:19:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCD22142C0 for ; Mon, 31 Aug 2015 00:19:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F05B13407B8 for ; Mon, 31 Aug 2015 00:19:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7184317E for ; Mon, 31 Aug 2015 00:19:04 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1440980302.c7e9f8bd0b2ee92ef7a9c42edfe440c7f6549164.tetromino@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/folks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/folks/folks-0.10.1-r1.ebuild dev-libs/folks/folks-0.11.1.ebuild X-VCS-Directories: dev-libs/folks/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: c7e9f8bd0b2ee92ef7a9c42edfe440c7f6549164 X-VCS-Branch: master Date: Mon, 31 Aug 2015 00:19:04 +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: 41f8fb43-1c83-4365-ab6f-234c3c716d1d X-Archives-Hash: b9b35404eafd959f05268a2e25368fda commit: c7e9f8bd0b2ee92ef7a9c42edfe440c7f6549164 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Mon Aug 31 00:18:22 2015 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Mon Aug 31 00:18:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e9f8bd dev-libs/folks: ncurses and readline have multiple slots Package-Manager: portage-2.2.20.1 dev-libs/folks/folks-0.10.1-r1.ebuild | 4 ++-- dev-libs/folks/folks-0.11.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/folks/folks-0.10.1-r1.ebuild b/dev-libs/folks/folks-0.10.1-r1.ebuild index e0b49a5..af4c73e 100644 --- a/dev-libs/folks/folks-0.10.1-r1.ebuild +++ b/dev-libs/folks/folks-0.10.1-r1.ebuild @@ -28,8 +28,8 @@ COMMON_DEPEND=" dev-libs/dbus-glib >=dev-libs/libgee-0.10:0.8[introspection] dev-libs/libxml2 - sys-libs/ncurses:= - sys-libs/readline:= + sys-libs/ncurses:0= + sys-libs/readline:0= bluetooth? ( >=net-wireless/bluez-5 ) eds? ( >=gnome-extra/evolution-data-server-3.8:=[vala] ) diff --git a/dev-libs/folks/folks-0.11.1.ebuild b/dev-libs/folks/folks-0.11.1.ebuild index a35bef3..2ac2c2c 100644 --- a/dev-libs/folks/folks-0.11.1.ebuild +++ b/dev-libs/folks/folks-0.11.1.ebuild @@ -28,8 +28,8 @@ COMMON_DEPEND=" dev-libs/dbus-glib >=dev-libs/libgee-0.10:0.8[introspection] dev-libs/libxml2 - sys-libs/ncurses:= - sys-libs/readline:= + sys-libs/ncurses:0= + sys-libs/readline:0= bluetooth? ( >=net-wireless/bluez-5 ) eds? ( >=gnome-extra/evolution-data-server-3.13.90:=[vala] )