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 8667C1396D0 for ; Fri, 6 Oct 2017 13:21:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74FC12BC024; Fri, 6 Oct 2017 13:21:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5461A2BC024 for ; Fri, 6 Oct 2017 13:21:24 +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 51E5D3417D2 for ; Fri, 6 Oct 2017 13:21:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFA97909E for ; Fri, 6 Oct 2017 13:21:21 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1507296071.6eb0da5b1df89eafd274229a21c9aaea5f40f38f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dns-lwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild X-VCS-Directories: dev-ml/dns-lwt/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6eb0da5b1df89eafd274229a21c9aaea5f40f38f X-VCS-Branch: master Date: Fri, 6 Oct 2017 13:21:21 +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: 0444637b-552d-472c-985a-db18002cfeba X-Archives-Hash: ca656760d64c494ebc343edbd665b4a9 commit: 6eb0da5b1df89eafd274229a21c9aaea5f40f38f Author: Alexis Ballier gentoo org> AuthorDate: Fri Oct 6 13:16:29 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Oct 6 13:21:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb0da5b dev-ml/dns-lwt: update dns dep Package-Manager: Portage-2.3.11, Repoman-2.3.3 dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild b/dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild index dd4d0e5c942..f1c58bab167 100644 --- a/dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild +++ b/dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild @@ -19,7 +19,7 @@ IUSE="test" RDEPEND=" >=dev-lang/ocaml-4:= dev-ml/lwt:= - dev-ml/ocaml-dns:= + dev-ml/dns:= dev-ml/mirage-profile:= " DEPEND="