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 A7C65138334 for ; Fri, 13 Dec 2019 15:06:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C910FE08E0; Fri, 13 Dec 2019 15:06:35 +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 ACD9FE0895 for ; Fri, 13 Dec 2019 15:06:35 +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 2C77034D985 for ; Fri, 13 Dec 2019 15:06:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 996EA8B1 for ; Fri, 13 Dec 2019 15:06:31 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1576249066.52f850c9495db2d90aa1c7c0508cf8f343982869.ulm@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.03.ebuild X-VCS-Directories: app-misc/ledit/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 52f850c9495db2d90aa1c7c0508cf8f343982869 X-VCS-Branch: master Date: Fri, 13 Dec 2019 15:06:31 +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: 307f80a8-e7cd-4cff-840f-edd78c3dad53 X-Archives-Hash: 6f948be8c51208c9c14baa4d0a3292b2 commit: 52f850c9495db2d90aa1c7c0508cf8f343982869 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 13 14:57:46 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 13 14:57:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f850c9 app-misc/ledit: Assign RESTRICT only once. Rearrange variables to be in canonical order. Closes: https://bugs.gentoo.org/699196 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> app-misc/ledit/ledit-2.03.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/app-misc/ledit/ledit-2.03.ebuild b/app-misc/ledit/ledit-2.03.ebuild index ecbb81e1366..0cc52ce565a 100644 --- a/app-misc/ledit/ledit-2.03.ebuild +++ b/app-misc/ledit/ledit-2.03.ebuild @@ -4,22 +4,20 @@ EAPI=5 inherit eutils -RESTRICT="installsources" -IUSE="+ocamlopt" - 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/" +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="+ocamlopt" +RESTRICT="installsources !ocamlopt? ( strip )" + DEPEND=">=dev-lang/ocaml-3.09:=[ocamlopt?] dev-ml/camlp5:=" RDEPEND="${DEPEND}" -SLOT="0" -LICENSE="BSD" -KEYWORDS="amd64 ppc x86" -RESTRICT="!ocamlopt? ( strip )" - src_compile() { emake -j1 all if use ocamlopt; then