diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-27 13:44:56 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-27 13:46:42 -0800 |
commit | f1eac07df043314c993c6dca887005e3f548886c (patch) | |
tree | a3993379994d664a224f3335b0e87d08e0a3a5c5 /app-shells | |
parent | net-wireless/gqrx: bump (diff) | |
download | gentoo-f1eac07df043314c993c6dca887005e3f548886c.tar.gz gentoo-f1eac07df043314c993c6dca887005e3f548886c.tar.bz2 gentoo-f1eac07df043314c993c6dca887005e3f548886c.zip |
app-shells/fish: update live ebuild
3.1 release soon
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/fish-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild index e718e3cbc309..8d135c75a1fc 100644 --- a/app-shells/fish/fish-9999.ebuild +++ b/app-shells/fish/fish-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,7 +50,6 @@ src_configure() { -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin" -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc" -DCURSES_NEED_NCURSES=ON - -DINTERNAL_WCWIDTH=OFF -DBUILD_DOCS="$(usex doc)" -DWITH_GETTEXT="$(usex nls)" ) |