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 418F9138350 for ; Wed, 1 Apr 2020 14:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57B07E0C15; Wed, 1 Apr 2020 14:38:07 +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 EED76E0C15 for ; Wed, 1 Apr 2020 14:38:06 +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 9A2A234F8A5 for ; Wed, 1 Apr 2020 14:38:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79C7C1BB for ; Wed, 1 Apr 2020 14:38:00 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1585751853.6cd7e2f90bfeadf877936a50237d9348818dee09.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ledit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ledit/ledit-2.04.ebuild X-VCS-Directories: app-misc/ledit/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6cd7e2f90bfeadf877936a50237d9348818dee09 X-VCS-Branch: master Date: Wed, 1 Apr 2020 14:38:00 +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: 4a24c0c5-4712-4562-bbe6-704d2ca80f48 X-Archives-Hash: 7f1801e63f7a9d2ec4aa426f385ae961 commit: 6cd7e2f90bfeadf877936a50237d9348818dee09 Author: Joonas Niilola gentoo org> AuthorDate: Wed Apr 1 13:40:44 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Apr 1 14:37:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd7e2f9 app-misc/ledit: follow ebuild skel Signed-off-by: Joonas Niilola gentoo.org> app-misc/ledit/ledit-2.04.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-misc/ledit/ledit-2.04.ebuild b/app-misc/ledit/ledit-2.04.ebuild index e987e9a7848..2236980b1f7 100644 --- a/app-misc/ledit/ledit-2.04.ebuild +++ b/app-misc/ledit/ledit-2.04.ebuild @@ -4,13 +4,14 @@ EAPI=7 DESCRIPTION="A line editor to be used with interactive commands" -SRC_URI="http://pauillac.inria.fr/~ddr/ledit/distrib/src/${P}.tgz" HOMEPAGE="http://pauillac.inria.fr/~ddr/ledit/" +SRC_URI="http://pauillac.inria.fr/~ddr/ledit/distrib/src/${P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="+ocamlopt" + RESTRICT="installsources !ocamlopt? ( strip )" DEPEND=">=dev-lang/ocaml-3.09:=[ocamlopt?]