diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 21:01:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 21:01:51 +0100 |
commit | 1fc6746fa3e6fea6bad24ea2abf6f8728a713065 (patch) | |
tree | c18560d065782a558e646d8171f1981374ea4698 /app-shells | |
parent | acct-group/spi: add group for raspberrypi-sys-mods (diff) | |
download | gentoo-1fc6746fa3e6fea6bad24ea2abf6f8728a713065.tar.gz gentoo-1fc6746fa3e6fea6bad24ea2abf6f8728a713065.tar.bz2 gentoo-1fc6746fa3e6fea6bad24ea2abf6f8728a713065.zip |
app-shells/esh: drop prefix inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/esh/esh-0.8.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/esh/esh-0.8.5-r2.ebuild b/app-shells/esh/esh-0.8.5-r2.ebuild index 5208355cf0e7..164a969d91f4 100644 --- a/app-shells/esh/esh-0.8.5-r2.ebuild +++ b/app-shells/esh/esh-0.8.5-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic toolchain-funcs prefix +inherit flag-o-matic toolchain-funcs DESCRIPTION="A UNIX Shell with a simplified Scheme syntax" HOMEPAGE="http://slon.ttk.ru/esh/" |