projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf0754
)
dev-util/vmtouch: respect CC and correct man page installation
author
Karl Linden
<karl.j.linden@gmail.com>
Fri, 5 Aug 2016 15:31:34 +0000
(17:31 +0200)
committer
Yixun Lan
<dlan@gentoo.org>
Mon, 8 Aug 2016 05:19:17 +0000
(13:19 +0800)
Gentoo-Bug: 590560
Gentoo-Bug: 590562
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2026
Signed-off-by: Yixun Lan <dlan@gentoo.org>
dev-util/vmtouch/vmtouch-1.0.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/vmtouch/vmtouch-1.0.2.ebuild
b/dev-util/vmtouch/vmtouch-1.0.2.ebuild
index f4beade5b671948e4715ed7e79ad71029ac5beac..fe580a1ce2bf1ccfbe2214fd603dc9fd3b98bade 100644
(file)
--- a/
dev-util/vmtouch/vmtouch-1.0.2.ebuild
+++ b/
dev-util/vmtouch/vmtouch-1.0.2.ebuild
@@
-20,8
+20,12
@@
RDEPEND=""
S="${WORKDIR}"/${PN}-${P}
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
src_install() {
local my_prefix="${ED}/usr"
- emake PREFIX="${my_prefix}" MANDIR="${my_prefix}/share/man" install
+ emake PREFIX="${my_prefix}" MANDIR="${my_prefix}/share/man
/man8
" install
dodoc CHANGES README.md TODO
}