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 2C535138239 for ; Fri, 26 Apr 2019 06:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0196EE0922; Fri, 26 Apr 2019 06:59:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D8E7EE0922 for ; Fri, 26 Apr 2019 06:59:38 +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 0A0F9342786 for ; Fri, 26 Apr 2019 06:59:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F342AA8 for ; Fri, 26 Apr 2019 06:59:34 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1556261916.61ba13c2c4e06e1a87ccaba02fb28b4d14a385e0.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/ansible-2.8.0_rc1.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 61ba13c2c4e06e1a87ccaba02fb28b4d14a385e0 X-VCS-Branch: master Date: Fri, 26 Apr 2019 06:59:34 +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: 57815edd-25ab-4a35-9b67-7bee8e039af6 X-Archives-Hash: 05abf750d8b55dad5729f67500c68c93 commit: 61ba13c2c4e06e1a87ccaba02fb28b4d14a385e0 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Apr 26 06:58:36 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Apr 26 06:58:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ba13c2 app-admin/ansible: fix build failure Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-admin/ansible/ansible-2.8.0_rc1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-admin/ansible/ansible-2.8.0_rc1.ebuild b/app-admin/ansible/ansible-2.8.0_rc1.ebuild index cf0287d8b27..43fb5420019 100644 --- a/app-admin/ansible/ansible-2.8.0_rc1.ebuild +++ b/app-admin/ansible/ansible-2.8.0_rc1.ebuild @@ -9,6 +9,7 @@ inherit distutils-r1 eutils DESCRIPTION="Model-driven deployment, config management, and command execution framework" HOMEPAGE="https://ansible.com/" +# don't forget to fix also ${S} in the next bump SRC_URI="https://releases.ansible.com/${PN}/${PN}-2.8.0rc1.tar.gz" LICENSE="GPL-3" @@ -42,6 +43,8 @@ DEPEND=" dev-vcs/git )" +S="${WORKDIR}/ansible-2.8.0rc1" + python_compile_all() { if use doc; then cd docs/docsite || die