summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-07-20 22:07:45 +0100
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-07-20 22:14:16 +0100
commit546f20db81fc0d98d051cef3812d343684965c1e (patch)
tree299a5c01d7f639a6889ab53754a4bc0c05f25b4f /app-admin
parentapp-admin/hddtemp: Remove old ebuild with deprecated EAPI (diff)
downloadgentoo-546f20db81fc0d98d051cef3812d343684965c1e.tar.gz
gentoo-546f20db81fc0d98d051cef3812d343684965c1e.tar.bz2
gentoo-546f20db81fc0d98d051cef3812d343684965c1e.zip
app-admin/hddtemp: Correct URL to hddgentoo.db in update script
Thanks to Paolo Pedroni <paolo.pedroni@iol.it> for initial patch. Gentoo-Bug: 588666 Package-Manager: portage-2.3.0
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/hddtemp/files/update-hddtemp.db2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/hddtemp/files/update-hddtemp.db b/app-admin/hddtemp/files/update-hddtemp.db
index 0a8c665b8794..bc29b3ec0caa 100644
--- a/app-admin/hddtemp/files/update-hddtemp.db
+++ b/app-admin/hddtemp/files/update-hddtemp.db
@@ -25,7 +25,7 @@ wget http://download.savannah.nongnu.org/releases/hddtemp/hddtemp.db -O hddtemp.
# Try to get the Gentoo HDD DB from WebCVS. If that fails, just use the Gentoo HDD database
# that was installed by the ebuild.
-if wget http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db -O hddtmp.db -q; then
+if wget https://gitweb.gentoo.org/repo/gentoo.git/plain/app-admin/hddtemp/files/hddgentoo.db -O hddtmp.db -q; then
mv -f hddtmp.db hddgentoo.db
fi