fix cave-stat
update ebuild deps
This commit is contained in:
parent
763313adad
commit
b728dde98d
2 changed files with 18 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue