Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fish/
Date: Mon, 27 Jan 2020 21:47:26
Message-Id: 1580161602.f1eac07df043314c993c6dca887005e3f548886c.gyakovlev@gentoo
1 commit: f1eac07df043314c993c6dca887005e3f548886c
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 21:44:56 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 21:46:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1eac07d
7
8 app-shells/fish: update live ebuild
9
10 3.1 release soon
11
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 app-shells/fish/fish-9999.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild
19 index e718e3cbc30..8d135c75a1f 100644
20 --- a/app-shells/fish/fish-9999.ebuild
21 +++ b/app-shells/fish/fish-9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -50,7 +50,6 @@ src_configure() {
29 -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin"
30 -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
31 -DCURSES_NEED_NCURSES=ON
32 - -DINTERNAL_WCWIDTH=OFF
33 -DBUILD_DOCS="$(usex doc)"
34 -DWITH_GETTEXT="$(usex nls)"
35 )