uksmstat updated: inherit cmake-utils
This commit is contained in:
parent
0e5f42e1aa
commit
13fb9b17cf
|
@ -3,7 +3,7 @@
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
inherit git-2
|
inherit git-2 cmake-utils
|
||||||
DESCRIPTION="Small tool to show UKSM statistics."
|
DESCRIPTION="Small tool to show UKSM statistics."
|
||||||
HOMEPAGE="http://github.com/pfactum/uksmstat"
|
HOMEPAGE="http://github.com/pfactum/uksmstat"
|
||||||
EGIT_REPO_URI="https://github.com/pfactum/uksmstat.git"
|
EGIT_REPO_URI="https://github.com/pfactum/uksmstat.git"
|
||||||
|
@ -16,7 +16,3 @@ IUSE=""
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
src_install() {
|
|
||||||
dosbin uksmstat/uksmstat || die "Install failed"
|
|
||||||
dodoc README.md || die "Install failed"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue