summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2016-11-29 15:59:28 -0600
committerWilliam Hubbs <williamh@gentoo.org>2016-11-29 18:45:42 -0600
commitadd6a2bf29b17f3ba80f3201f941ae5538d5c70f (patch)
treefd6d1913c1af1d62d0c17d052d49a6815150f974 /sys-apps/opentmpfiles
parentsys-kernel/vanilla-sources: Linux patch 3.12.68 (diff)
downloadgentoo-add6a2bf29b17f3ba80f3201f941ae5538d5c70f.tar.gz
gentoo-add6a2bf29b17f3ba80f3201f941ae5538d5c70f.tar.bz2
gentoo-add6a2bf29b17f3ba80f3201f941ae5538d5c70f.zip
sys-apps/opentmpfiles: fix src_uri in live ebuild
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-apps/opentmpfiles')
-rw-r--r--sys-apps/opentmpfiles/opentmpfiles-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild
index dacfb43ca35a..62984cd099c6 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