fix cave-stat

update ebuild deps
This commit is contained in:
Martinez 2016-06-11 22:35:03 +02:00
parent 763313adad
commit b728dde98d
2 changed files with 18 additions and 7 deletions

View file

@ -15,7 +15,10 @@ EGIT_REPO_URI="https://git.covalent.cz/overwatch/over-prompt.git"
LICENSE="AOJSL"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE="+dotfiles"
IUSE="+dotfiles +tools"
RDEPEND="
tools? ( dev-python/psutil )"
src_compile() {
ewarn "This is a prototype written in Python. Expect lower performance."
@ -23,8 +26,10 @@ src_compile() {
}
src_install() {
dobin bin/cave-rdep
dobin bin/cave-stat
if use tools; then
dobin bin/cave-rdep
dobin bin/cave-stat
fi
insopts -m755