From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 60EDD1381DF for ; Tue, 16 Feb 2016 09:51:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1053E07EC; Tue, 16 Feb 2016 09:51:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9ACBEE07EC for ; Tue, 16 Feb 2016 09:51:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C01463409D0 for ; Tue, 16 Feb 2016 09:51:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B88C510AF for ; Tue, 16 Feb 2016 09:51:50 +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: <1455616291.daf28de6c5c93a828416923a222eee6ed6b678ae.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild X-VCS-Directories: dev-ml/ppx_assert/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: daf28de6c5c93a828416923a222eee6ed6b678ae X-VCS-Branch: master Date: Tue, 16 Feb 2016 09:51:50 +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: 7eefd49d-0fc4-4628-867e-49945224e37e X-Archives-Hash: 0083a16906f0456575f59ae4460d35b6 commit: daf28de6c5c93a828416923a222eee6ed6b678ae Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 16 09:51:31 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 16 09:51:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf28de6 dev-ml/ppx_assert: fix description Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild b/dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild index 92e351d..03abed6 100644 --- a/dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild +++ b/dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit oasis -DESCRIPTION="Optional compilation for OCaml" +DESCRIPTION="Assert-like extension nodes that raise useful errors on failure" HOMEPAGE="http://www.janestreet.com/ocaml" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"