projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc0717
)
app-shells/fish: update live ebuild
author
Georgy Yakovlev
<gyakovlev@gentoo.org>
Mon, 27 Jan 2020 21:44:56 +0000
(13:44 -0800)
committer
Georgy Yakovlev
<gyakovlev@gentoo.org>
Mon, 27 Jan 2020 21:46:42 +0000
(13:46 -0800)
3.1 release soon
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
app-shells/fish/fish-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-shells/fish/fish-9999.ebuild
b/app-shells/fish/fish-9999.ebuild
index e718e3cbc309380bf4eefc26d6fbf122824d5548..8d135c75a1fc032510b1ee26e65dc8fb610689f0 100644
(file)
--- a/
app-shells/fish/fish-9999.ebuild
+++ b/
app-shells/fish/fish-9999.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-20
19
Gentoo Authors
+# Copyright 1999-20
20
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)"
)