Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/
Date: Tue, 18 May 2021 10:40:55
Message-Id: 1621334417.47edb27e5b5eef9037f66c95b43d82eef57b29e1.juippis@gentoo
1 commit: 47edb27e5b5eef9037f66c95b43d82eef57b29e1
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 10:40:17 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 10:40:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47edb27e
7
8 app-shells/loksh: remove errorneous S variable from 6.9
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-shells/loksh/loksh-6.9.ebuild | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/app-shells/loksh/loksh-6.9.ebuild b/app-shells/loksh/loksh-6.9.ebuild
16 index 4d1334d7b86..721027684a1 100644
17 --- a/app-shells/loksh/loksh-6.9.ebuild
18 +++ b/app-shells/loksh/loksh-6.9.ebuild
19 @@ -20,8 +20,6 @@ RDEPEND="
20 !app-shells/ksh
21 "
22
23 -S="${WORKDIR}/${PN}"
24 -
25 src_prepare() {
26 default
27 sed -i "/install_dir/s@loksh@${PF}@" meson.build || die