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 5A950138330 for ; Mon, 3 Oct 2016 23:45:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96692E0C1B; Mon, 3 Oct 2016 23:45:41 +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 66352E0C1B for ; Mon, 3 Oct 2016 23:45:41 +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 55A4F340F4A for ; Mon, 3 Oct 2016 23:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C8532480 for ; Mon, 3 Oct 2016 23:45:37 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1475538329.5ddd7f2103684d4c83a9a67a25c7dc08c575c31d.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailutils/mailutils-2.99.98-r1.ebuild net-mail/mailutils/mailutils-2.99.98.ebuild net-mail/mailutils/mailutils-2.99.99.ebuild X-VCS-Directories: net-mail/mailutils/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 5ddd7f2103684d4c83a9a67a25c7dc08c575c31d X-VCS-Branch: master Date: Mon, 3 Oct 2016 23:45:37 +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: 3ffdea95-18de-446b-838f-b01aaa52dd07 X-Archives-Hash: 6461672eee406e5d9a66187109fdab47 commit: 5ddd7f2103684d4c83a9a67a25c7dc08c575c31d Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Oct 3 22:57:39 2016 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Oct 3 23:45:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddd7f21 net-mail/mailutils: Fix slot operators Commit e5f2fa23cf accidental disabled slot operator. This commit will enable slot operator like intended. Acked-by: Eray Aslan gentoo.org> Package-Manager: portage-2.3.1 net-mail/mailutils/mailutils-2.99.98-r1.ebuild | 14 +++++++------- net-mail/mailutils/mailutils-2.99.98.ebuild | 14 +++++++------- net-mail/mailutils/mailutils-2.99.99.ebuild | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/net-mail/mailutils/mailutils-2.99.98-r1.ebuild b/net-mail/mailutils/mailutils-2.99.98-r1.ebuild index 167c47f..01eac2c 100644 --- a/net-mail/mailutils/mailutils-2.99.98-r1.ebuild +++ b/net-mail/mailutils/mailutils-2.99.98-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,23 +23,23 @@ RDEPEND="!mail-client/nmh !mail-filter/libsieve !mail-client/mailx !mail-client/nail - sys-libs/ncurses:* - sys-libs/readline:* + sys-libs/ncurses:= + sys-libs/readline:= || ( dev-libs/libltdl:0