From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 43F4059CA5 for ; Mon, 21 Mar 2016 18:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EC2E21C016; Mon, 21 Mar 2016 18:19:37 +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 B4B3E21C016 for ; Mon, 21 Mar 2016 18:19:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C40B3408DD for ; Mon, 21 Mar 2016 18:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62E7C850 for ; Mon, 21 Mar 2016 18:19:31 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1458584223.422a75a3caa98640e29bfc11080ccadfc6bb9969.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/fatrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/fatrace/fatrace-0.11.ebuild X-VCS-Directories: dev-util/fatrace/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 422a75a3caa98640e29bfc11080ccadfc6bb9969 X-VCS-Branch: master Date: Mon, 21 Mar 2016 18:19:31 +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: 0d3f1f93-cc43-4985-9449-37db02fad026 X-Archives-Hash: 8cf5d03f872e2025d65f882f1a7e30c3 commit: 422a75a3caa98640e29bfc11080ccadfc6bb9969 Author: Michael Weber gentoo org> AuthorDate: Mon Mar 21 18:17:03 2016 +0000 Commit: Michael Weber gentoo org> CommitDate: Mon Mar 21 18:17:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422a75a3 dev-util/fatrace: Version bump, fix python pkg_setup (bug 482848, thanks vapier & mgorny). Package-Manager: portage-2.2.28 dev-util/fatrace/fatrace-0.11.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-util/fatrace/fatrace-0.11.ebuild b/dev-util/fatrace/fatrace-0.11.ebuild index fa0f30f..a9b362e 100644 --- a/dev-util/fatrace/fatrace-0.11.ebuild +++ b/dev-util/fatrace/fatrace-0.11.ebuild @@ -23,6 +23,10 @@ REQUIRED_USE="powertop? ( ${PYTHON_REQUIRED_USE} )" CONFIG_CHECK="~FANOTIFY" +pkg_setup() { + use powertop && python-single-r1_pkg_setup +} + src_prepare() { tc-export CC }