parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 4b36a8118a7b7f690e57c453a233a84b8967c1d6
parent 556b83cd18d7025ed6daf85b8e4a43965aa63fda
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 24 Feb 2018 16:42:26 +0100

net-misc/sacc: Support text UI.

Diffstat:
Mnet-misc/sacc/sacc-9999.ebuild | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/net-misc/sacc/sacc-9999.ebuild b/net-misc/sacc/sacc-9999.ebuild @@ -23,6 +23,8 @@ src_prepare() { if use ncurses; then echo "UI=ti" >> config.mk echo "LIBS=-lcurses" >> config.mk + else + sed -e 's/LIBS=.*/UI=txt/' -i config.mk fi restore_config config.h