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 63704139694 for ; Fri, 7 Apr 2017 09:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0244E084E; Fri, 7 Apr 2017 09:35:27 +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 78242E084E for ; Fri, 7 Apr 2017 09:35:27 +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 861A333BF43 for ; Fri, 7 Apr 2017 09:35:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40C2772DA for ; Fri, 7 Apr 2017 09:35:24 +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: <1491557681.ceb7bfd4b3a0cf6d9c8a951b65d796abfa34bd08.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/base/base-0.9.1.ebuild X-VCS-Directories: dev-ml/base/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ceb7bfd4b3a0cf6d9c8a951b65d796abfa34bd08 X-VCS-Branch: master Date: Fri, 7 Apr 2017 09:35:24 +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: a9f9f8ba-4437-40ba-9a74-79e85067bf0f X-Archives-Hash: 577b069dd6e7ec39c01b8fbc17226946 commit: ceb7bfd4b3a0cf6d9c8a951b65d796abfa34bd08 Author: Alexis Ballier gentoo org> AuthorDate: Fri Apr 7 09:34:41 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Apr 7 09:34:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb7bfd4 dev-ml/base: Force "upgrade" to latest sexplib with new versionning scheme, bug #614884 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/base/base-0.9.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-ml/base/base-0.9.1.ebuild b/dev-ml/base/base-0.9.1.ebuild index 940d7025ad2..b6a07e3d596 100644 --- a/dev-ml/base/base-0.9.1.ebuild +++ b/dev-ml/base/base-0.9.1.ebuild @@ -12,7 +12,11 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -RDEPEND="dev-lang/ocaml:= dev-ml/sexplib:=" +RDEPEND=" + dev-lang/ocaml:= + dev-ml/sexplib:= +