summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-20 13:51:56 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-20 14:22:58 +0200
commitcfba147f6b983843477064d34c334b968c576469 (patch)
tree8889c033100eb8ad5e14ca0fc43d165dc5ec6fb3 /app-shells/tcsh/tcsh-6.18.01-r3.ebuild
parentapp-text/aspell: Set correct subslot dependency for ncurses (diff)
downloadgentoo-cfba147f6b983843477064d34c334b968c576469.tar.gz
gentoo-cfba147f6b983843477064d34c334b968c576469.tar.bz2
gentoo-cfba147f6b983843477064d34c334b968c576469.zip
app-shells/tcsh: Bump to EAPI=5 and use subslot deps for ncurses
* drop die from econf Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-shells/tcsh/tcsh-6.18.01-r3.ebuild')
-rw-r--r--app-shells/tcsh/tcsh-6.18.01-r3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/tcsh/tcsh-6.18.01-r3.ebuild b/app-shells/tcsh/tcsh-6.18.01-r3.ebuild
index 31db28723a08..791d7c1da6d2 100644
--- a/app-shells/tcsh/tcsh-6.18.01-r3.ebuild
+++ b/app-shells/tcsh/tcsh-6.18.01-r3.ebuild
@@ -77,8 +77,7 @@ src_configure() {
econf \
--prefix="${EPREFIX:-/}" \
--datarootdir='${prefix}/usr/share' \
- $(use_enable nls) \
- || die
+ $(use_enable nls)
}
src_install() {