diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2017-05-24 16:50:36 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2017-05-24 16:50:36 +0200 |
commit | 1181247f968f4930c8f95e1028c3eb595583b2fa (patch) | |
tree | 2768a9d9454279e51f102ac6f1c934885a57e76a /dev-util | |
parent | dev-libs/confuse: Version bump. (diff) | |
download | gentoo-1181247f968f4930c8f95e1028c3eb595583b2fa.tar.gz gentoo-1181247f968f4930c8f95e1028c3eb595583b2fa.tar.bz2 gentoo-1181247f968f4930c8f95e1028c3eb595583b2fa.zip |
dev-util/perf: Prefix support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/perf/perf-4.9.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/perf/perf-4.9.13.ebuild b/dev-util/perf/perf-4.9.13.ebuild index 52ad3a53f5a1..97f3a8aa355e 100644 --- a/dev-util/perf/perf-4.9.13.ebuild +++ b/dev-util/perf/perf-4.9.13.ebuild @@ -37,7 +37,7 @@ SRC_URI+=" mirror://kernel/linux/kernel/v${LINUX_V}/${LINUX_SOURCES}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="audit debug +demangle +doc gtk numa perl python slang unwind" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -131,7 +131,7 @@ perf_make() { local arch=$(tc-arch-kernel) emake V=1 \ CC="$(tc-getCC)" AR="$(tc-getAR)" LD="$(tc-getLD)" \ - prefix="/usr" bindir_relative="bin" \ + prefix="${EPREFIX}/usr" bindir_relative="bin" \ EXTRA_CFLAGS="${CFLAGS}" \ ARCH="${arch}" \ NO_DEMANGLE=$(puse demangle) \ |