From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D54F6139694 for ; Wed, 24 May 2017 14:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 243FB21C1C8; Wed, 24 May 2017 14:51:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F276721C1C8 for ; Wed, 24 May 2017 14:51:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3DF8341794 for ; Wed, 24 May 2017 14:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 262687441 for ; Wed, 24 May 2017 14:51:40 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1495637436.1181247f968f4930c8f95e1028c3eb595583b2fa.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/perf/perf-4.9.13.ebuild X-VCS-Directories: dev-util/perf/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 1181247f968f4930c8f95e1028c3eb595583b2fa X-VCS-Branch: master Date: Wed, 24 May 2017 14:51:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0f3b64e6-7e22-4032-910b-3e328c56b011 X-Archives-Hash: 829a1c05d5aa7c28fb3b4e5e8b863c82 commit: 1181247f968f4930c8f95e1028c3eb595583b2fa Author: Guilherme Amadio gentoo org> AuthorDate: Wed May 24 14:50:36 2017 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Wed May 24 14:50:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1181247f dev-util/perf: Prefix support Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-util/perf/perf-4.9.13.ebuild | 4 ++-- 1 file 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 52ad3a53f5a..97f3a8aa355 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) \