commit:     add6a2bf29b17f3ba80f3201f941ae5538d5c70f
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 21:59:28 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> 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
 

Reply via email to