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 F15DF138334 for ; Fri, 8 Nov 2019 13:29:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29FA2E08AB; Fri, 8 Nov 2019 13:29:08 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E132E08AB for ; Fri, 8 Nov 2019 13:29:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9B5CF34CA83 for ; Fri, 8 Nov 2019 13:29:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 524D526C for ; Fri, 8 Nov 2019 13:29:02 +0000 (UTC) From: "Andreas K. 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 K. Hüttel" Message-ID: <1573219730.1a29e39ce47b371e3c2ab704337d7c28f6553c6e.dilfridge@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.14.ebuild X-VCS-Directories: app-misc/hivex/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1a29e39ce47b371e3c2ab704337d7c28f6553c6e X-VCS-Branch: master Date: Fri, 8 Nov 2019 13:29:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc0c810f-80e6-45b7-af0f-6f1596fbf090 X-Archives-Hash: 553f3d637f85ce9580bdf93d58f11538 commit: 1a29e39ce47b371e3c2ab704337d7c28f6553c6e Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Nov 8 13:28:50 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Nov 8 13:28:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a29e39c app-misc/hivex: Needs slot op on perl, bug 617972 Bug: https://bugs.gentoo.org/617972 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel gentoo.org> app-misc/hivex/hivex-1.3.14.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-misc/hivex/hivex-1.3.14.ebuild b/app-misc/hivex/hivex-1.3.14.ebuild index 07099a99b45..b7386f5f538 100644 --- a/app-misc/hivex/hivex-1.3.14.ebuild +++ b/app-misc/hivex/hivex-1.3.14.ebuild @@ -27,7 +27,10 @@ RDEPEND=" dev-ml/findlib[ocamlopt] ) readline? ( sys-libs/readline:0 ) - perl? ( dev-perl/IO-stringy ) + perl? ( + dev-lang/perl:= + dev-perl/IO-stringy + ) ruby? ( $(ruby_implementations_depend) ) python? ( ${PYTHON_DEPS} ) "