Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/esh/
Date: Wed, 21 Apr 2021 20:02:02
Message-Id: 1619035311.1fc6746fa3e6fea6bad24ea2abf6f8728a713065.sam@gentoo
1 commit: 1fc6746fa3e6fea6bad24ea2abf6f8728a713065
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 20:01:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 20:01:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc6746f
7
8 app-shells/esh: drop prefix inherit
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-shells/esh/esh-0.8.5-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/esh/esh-0.8.5-r2.ebuild b/app-shells/esh/esh-0.8.5-r2.ebuild
16 index 5208355cf0e..164a969d91f 100644
17 --- a/app-shells/esh/esh-0.8.5-r2.ebuild
18 +++ b/app-shells/esh/esh-0.8.5-r2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -inherit flag-o-matic toolchain-funcs prefix
24 +inherit flag-o-matic toolchain-funcs
25
26 DESCRIPTION="A UNIX Shell with a simplified Scheme syntax"
27 HOMEPAGE="http://slon.ttk.ru/esh/"