Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/ksh/
Date: Sun, 05 Sep 2021 19:01:38
Message-Id: 1630868483.7a385d4edde581a6704e2051ed44881b5fbcce6c.floppym@gentoo
1 commit: 7a385d4edde581a6704e2051ed44881b5fbcce6c
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 5 18:51:09 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 5 19:01:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a385d4e
7
8 app-shells/ksh: inherit ninja-utils
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 app-shells/ksh/ksh-2020.0.0-r1.ebuild | 4 ++--
13 app-shells/ksh/ksh-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-shells/ksh/ksh-2020.0.0-r1.ebuild b/app-shells/ksh/ksh-2020.0.0-r1.ebuild
17 index 3c4891ea637..5eb45fad578 100644
18 --- a/app-shells/ksh/ksh-2020.0.0-r1.ebuild
19 +++ b/app-shells/ksh/ksh-2020.0.0-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit meson
28 +inherit meson ninja-utils
29
30 if [[ ${PV} == 9999 ]]; then
31 inherit git-r3
32
33 diff --git a/app-shells/ksh/ksh-9999.ebuild b/app-shells/ksh/ksh-9999.ebuild
34 index 9e136daa8ef..e5b08b6bef9 100644
35 --- a/app-shells/ksh/ksh-9999.ebuild
36 +++ b/app-shells/ksh/ksh-9999.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2019 Gentoo Authors
39 +# Copyright 1999-2021 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43
44 -inherit meson
45 +inherit meson ninja-utils
46
47 if [[ ${PV} == 9999 ]]; then
48 inherit git-r3