aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/httpdirfs/httpdirfs-1.2.0.ebuild')
-rw-r--r--net-fs/httpdirfs/httpdirfs-1.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild b/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
index 13e127a4f..0ac20788a 100644
--- a/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
+++ b/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/fangfufu/${PN}.git"
else
- SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz"
+ SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi