sys-apps/opentmpfiles: fix src_uri in live ebuild

Package-Manager: portage-2.3.0
This commit is contained in:
William Hubbs
2016-11-29 15:59:28 -06:00
parent 9408ab9beb
commit add6a2bf29

View File

@@ -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