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 5C17C1395E2 for ; Wed, 30 Nov 2016 00:48:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E10B2E0B7A; Wed, 30 Nov 2016 00:48:10 +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 CBD0BE0B7A for ; Wed, 30 Nov 2016 00:48:10 +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 D7EB53413AD for ; Wed, 30 Nov 2016 00:48:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88AC44A5 for ; Wed, 30 Nov 2016 00:48:06 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1480466742.add6a2bf29b17f3ba80f3201f941ae5538d5c70f.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/opentmpfiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/opentmpfiles/opentmpfiles-9999.ebuild X-VCS-Directories: sys-apps/opentmpfiles/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: add6a2bf29b17f3ba80f3201f941ae5538d5c70f X-VCS-Branch: master Date: Wed, 30 Nov 2016 00:48:06 +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: b29bc63a-3131-4417-ba18-38ba7ad47c16 X-Archives-Hash: 1eb20cfd5e695fe4d0a659f0e79d5034 commit: add6a2bf29b17f3ba80f3201f941ae5538d5c70f Author: William Hubbs gentoo org> AuthorDate: Tue Nov 29 21:59:28 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Nov 30 00:45:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add6a2bf sys-apps/opentmpfiles: fix src_uri in live ebuild Package-Manager: portage-2.3.0 sys-apps/opentmpfiles/opentmpfiles-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild index dacfb43..62984cd 100644 --- a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild +++ b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild @@ -8,7 +8,8 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://github.com/openrc/${PN}" else - SRC_URI="" + SRC_URI="https://github.com/openrc/${PN}/archive/${PV}.tar.gz -> + ${P}.tar.gz" KEYWORDS="~amd64" fi