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 via email to