uksmstat updated: inherit cmake-utils

This commit is contained in:
Kolan Sh 2015-09-27 15:25:19 +03:00
parent 0e5f42e1aa
commit 13fb9b17cf
1 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,7 @@
# $Header: $
EAPI=4
inherit git-2
inherit git-2 cmake-utils
DESCRIPTION="Small tool to show UKSM statistics."
HOMEPAGE="http://github.com/pfactum/uksmstat"
EGIT_REPO_URI="https://github.com/pfactum/uksmstat.git"
@ -16,7 +16,3 @@ IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_install() {
dosbin uksmstat/uksmstat || die "Install failed"
dodoc README.md || die "Install failed"
}