summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2021-03-24 14:34:53 +0100
committerFlorian Schmaus <flow@gentoo.org>2021-06-22 20:20:17 +0200
commit17ecd9e963250113f6167c5aaa552be3b10a92c9 (patch)
tree6d9f46fad4534446c737b1e3697343568fe96a5b /sys-block
parentwww-servers/puma: use binding := for dev-libs/openssl (diff)
downloadgentoo-17ecd9e963250113f6167c5aaa552be3b10a92c9.tar.gz
gentoo-17ecd9e963250113f6167c5aaa552be3b10a92c9.tar.bz2
gentoo-17ecd9e963250113f6167c5aaa552be3b10a92c9.zip
sys-block/whdd: fix obsolete github SRC_URIs
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/whdd/whdd-3.0.1.ebuild2
-rw-r--r--sys-block/whdd/whdd-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/whdd/whdd-3.0.1.ebuild b/sys-block/whdd/whdd-3.0.1.ebuild
index 9aadaee1ff07..bfc5dada862e 100644
--- a/sys-block/whdd/whdd-3.0.1.ebuild
+++ b/sys-block/whdd/whdd-3.0.1.ebuild
@@ -13,7 +13,7 @@ then
EGIT_REPO_URI="https://github.com/${PN}/${PN}"
inherit git-r3
else
- SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz"
+ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 x86"
inherit vcs-snapshot
fi
diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild
index 967ab1dc5447..12d895e39ab9 100644
--- a/sys-block/whdd/whdd-9999.ebuild
+++ b/sys-block/whdd/whdd-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ then
EGIT_REPO_URI="https://github.com/${PN}/${PN}"
inherit git-r3
else
- SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz"
+ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
inherit vcs-snapshot
fi