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 776D613832E for ; Thu, 18 Aug 2016 08:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 678BE21C012; Thu, 18 Aug 2016 08:55:36 +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 07E2921C012 for ; Thu, 18 Aug 2016 08:55:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7878A340662 for ; Thu, 18 Aug 2016 08:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86EB42430 for ; Thu, 18 Aug 2016 08:55:32 +0000 (UTC) From: "Kristian Fiskerstrand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" Message-ID: <1471510520.4a397e35f52fe44cfb3abb55c0b2d14800a68816.k_f@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/inxi/inxi-2.3.0_p20160807.ebuild X-VCS-Directories: sys-apps/inxi/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: 4a397e35f52fe44cfb3abb55c0b2d14800a68816 X-VCS-Branch: master Date: Thu, 18 Aug 2016 08:55:32 +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: 356a8535-ffc2-402c-ab9a-6d679f96aa3c X-Archives-Hash: af46249c126b6e0b5eface26b0f1d37a commit: 4a397e35f52fe44cfb3abb55c0b2d14800a68816 Author: Kristian Fiskerstrand gentoo org> AuthorDate: Thu Aug 18 08:54:30 2016 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Thu Aug 18 08:55:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a397e35 sys-apps/inxi: Fix broken build Proxied commit for jstein Package-Manager: portage-2.3.0 sys-apps/inxi/inxi-2.3.0_p20160807.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild b/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild index af46895..8bf52b8 100644 --- a/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild +++ b/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild @@ -5,6 +5,7 @@ EAPI=6 MY_COMMIT=c2a22b3e2590d896d4b0a8fd298f505cc1d787f5 #because upstream refuses to tag commits with version numbers +MY_SHORTCOMMIT=${MY_COMMIT:0:7} DESCRIPTION="Commandline script to print hardware information for irc and administration." @@ -20,7 +21,7 @@ RDEPEND=">=app-shells/bash-3.0 sys-apps/pciutils " -S="${WORKDIR}/smxi-${PN}-${MY_COMMITID}" +S="${WORKDIR}/smxi-${PN}-${MY_SHORTCOMMIT}" src_install() { dobin ${PN}