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 51F37139694 for ; Fri, 21 Apr 2017 17:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A909FE0CB7; Fri, 21 Apr 2017 17:36:40 +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 87FC6E0CB7 for ; Fri, 21 Apr 2017 17:36:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CF3C340988 for ; Fri, 21 Apr 2017 17:36:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 707D97440 for ; Fri, 21 Apr 2017 17:36:26 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1492796180.36fb7c0f489c63b656d366310720870f88281375.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hivex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/hivex/hivex-1.3.11-r1.ebuild X-VCS-Directories: app-misc/hivex/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 36fb7c0f489c63b656d366310720870f88281375 X-VCS-Branch: master Date: Fri, 21 Apr 2017 17:36:26 +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: 8b0cc11a-5da1-4bc1-af03-76ecd66fedfb X-Archives-Hash: c4cddff56e5b03fd3e6d533857d4437f commit: 36fb7c0f489c63b656d366310720870f88281375 Author: Pacho Ramos gentoo org> AuthorDate: Fri Apr 21 17:35:54 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Apr 21 17:36:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fb7c0f app-misc/hivex: Specify readline slot Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-misc/hivex/hivex-1.3.11-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/hivex/hivex-1.3.11-r1.ebuild b/app-misc/hivex/hivex-1.3.11-r1.ebuild index b8416cad1b5..08501b96c9d 100644 --- a/app-misc/hivex/hivex-1.3.11-r1.ebuild +++ b/app-misc/hivex/hivex-1.3.11-r1.ebuild @@ -28,7 +28,7 @@ RDEPEND=" ocaml? ( dev-lang/ocaml[ocamlopt] dev-ml/findlib[ocamlopt] ) - readline? ( sys-libs/readline ) + readline? ( sys-libs/readline:0 ) perl? ( dev-perl/IO-stringy ) ruby? ( $(ruby_implementations_depend) ) python? ( ${PYTHON_DEPS} )