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 95478138334 for ; Thu, 29 Aug 2019 01:24:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFB34E077D; Thu, 29 Aug 2019 01:24:11 +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 A1B82E077D for ; Thu, 29 Aug 2019 01:24:11 +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 3462634A5A9 for ; Thu, 29 Aug 2019 01:24:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCD1F4D3 for ; Thu, 29 Aug 2019 01:24:07 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1567041808.1cd0cf290dbe1350a7ad0af326b27bfaecba1fce.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/trace-cmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/trace-cmd/trace-cmd-2.8.3.ebuild X-VCS-Directories: dev-util/trace-cmd/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 1cd0cf290dbe1350a7ad0af326b27bfaecba1fce X-VCS-Branch: master Date: Thu, 29 Aug 2019 01:24:07 +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: c3047375-d368-4257-81af-048029ef33d5 X-Archives-Hash: 5ec882b484165fc7e9bfeb3c8d964f20 commit: 1cd0cf290dbe1350a7ad0af326b27bfaecba1fce Author: Zac Medico gentoo org> AuthorDate: Thu Aug 29 01:23:28 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Aug 29 01:23:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd0cf29 dev-util/trace-cmd: 2.8.3 amd64 stable Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> dev-util/trace-cmd/trace-cmd-2.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/trace-cmd/trace-cmd-2.8.3.ebuild b/dev-util/trace-cmd/trace-cmd-2.8.3.ebuild index 81b74d42905..accd695be06 100644 --- a/dev-util/trace-cmd/trace-cmd-2.8.3.ebuild +++ b/dev-util/trace-cmd/trace-cmd-2.8.3.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/${PN}-v${PV}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/${PN}-v${PV}" fi