sys-libs/ncurses: add screen-16color

This commit is contained in:
Alex Crawford 2015-05-07 16:23:02 -07:00 committed by Geoff Levand
parent 78214961ad
commit fe2d7eba24

View File

@ -34,7 +34,7 @@ S=${WORKDIR}/${MY_P}
HOSTTIC_DIR=${WORKDIR}/${P}-host HOSTTIC_DIR=${WORKDIR}/${P}-host
MINIMAL_TERMINFO=(ansi console dumb linux rxvt rxvt-256color rxvt-unicode \ MINIMAL_TERMINFO=(ansi console dumb linux rxvt rxvt-256color rxvt-unicode \
screen screen-256color sun vt{52,100,102,200,220} \ screen screen-16color screen-256color sun vt{52,100,102,200,220} \
xterm xterm-color xterm-256color xterm-xfree86) xterm xterm-color xterm-256color xterm-xfree86)
src_prepare() { src_prepare() {