From 8cf857f23e20e94f23cb757fce30ef96d3368a90 Mon Sep 17 00:00:00 2001 From: Simon Herter Date: Sun, 5 Feb 2017 18:01:08 +0100 Subject: [PATCH] sys-libs/ncurses: add rxvt-unicode-256color --- .../ncurses/{ncurses-5.9-r7.ebuild => ncurses-5.9-r8.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/{ncurses-5.9-r7.ebuild => ncurses-5.9-r8.ebuild} (99%) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r7.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r8.ebuild similarity index 99% rename from sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r7.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r8.ebuild index a138960452..407ccf08ce 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r7.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r8.ebuild @@ -37,7 +37,7 @@ PDEPEND="gpm? ( sys-libs/gpm[${MULTILIB_USEDEP}] )" S=${WORKDIR}/${MY_P} 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 rxvt-unicode-256color \ screen screen-16color screen-256color sun vt{52,100,102,200,220} \ xterm xterm-color xterm-256color xterm-xfree86)