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 C7DA6138335 for ; Mon, 12 Aug 2019 19:52:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C83B9E07F6; Mon, 12 Aug 2019 19:52:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3F00E07F6 for ; Mon, 12 Aug 2019 19:52:53 +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 0CC0C3499BC for ; Mon, 12 Aug 2019 19:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20DD3760 for ; Mon, 12 Aug 2019 19:52:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1565639471.bd48342002d85bd59b47481a90323e6f26e9c018.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uftrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/uftrace/uftrace-0.9.3.ebuild X-VCS-Directories: dev-util/uftrace/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bd48342002d85bd59b47481a90323e6f26e9c018 X-VCS-Branch: master Date: Mon, 12 Aug 2019 19:52:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 846b4f77-d3e1-4000-9b45-0c548750e948 X-Archives-Hash: bc4a52ec5d88630ee4707505f4f03780 commit: bd48342002d85bd59b47481a90323e6f26e9c018 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 12 19:51:11 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 12 19:51:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd483420 dev-util/uftrace: Add missing PYTHON_REQUIRED_USE Signed-off-by: Michał Górny gentoo.org> dev-util/uftrace/uftrace-0.9.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/uftrace/uftrace-0.9.3.ebuild b/dev-util/uftrace/uftrace-0.9.3.ebuild index 9520ab25fb8..d48d238c801 100644 --- a/dev-util/uftrace/uftrace-0.9.3.ebuild +++ b/dev-util/uftrace/uftrace-0.9.3.ebuild @@ -15,6 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="capstone" +REQUIRED_USE=${PYTHON_REQUIRED_USE} RESTRICT="test"