public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ledit/
Date: Fri, 13 Dec 2019 15:06:31 +0000 (UTC)	[thread overview]
Message-ID: <1576249066.52f850c9495db2d90aa1c7c0508cf8f343982869.ulm@gentoo> (raw)

commit:     52f850c9495db2d90aa1c7c0508cf8f343982869
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 14:57:46 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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


             reply	other threads:[~2019-12-13 15:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-13 15:06 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-07 11:33 [gentoo-commits] repo/gentoo:master commit in: app-misc/ledit/ Sam James
2021-01-07 11:15 Sam James
2021-01-04  3:31 Sam James
2020-04-01 14:38 Joonas Niilola
2020-04-01 14:38 Joonas Niilola
2019-07-05 20:17 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1576249066.52f850c9495db2d90aa1c7c0508cf8f343982869.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox