app-misc/over-env: update screen->tmux

This commit is contained in:
Martin Sekera 2022-02-02 00:57:00 +01:00
parent 56d4ff40d4
commit f4bd1a6c1a

View file

@ -12,7 +12,7 @@ EGIT_REPO_URI="https://git.decade.cz/overwatch/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="*"
IUSE="+tools +prompt +locale +screen"
IUSE="+tools +prompt +locale +tmux"
RDEPEND="
tools? ( dev-python/psutil dev-python/over )
@ -45,9 +45,9 @@ src_install() {
doins -r etc/over
doins etc/htoprc
if use screen; then
if use tmux; then
insinto /etc
doins etc/{screenrc,screenrc.over}
doins etc/tmux.conf
fi
if use locale; then