diff options
author | Sven Wegener <swegener@gentoo.org> | 2016-08-21 10:49:06 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2016-10-30 20:04:25 +0000 |
commit | 8add81a374cfbfcaeb56cc414e52bf95b065caa1 (patch) | |
tree | e9b50329c20f3bf8e5d751cc07c0afe99d71191b /sys-apps/smartmontools/smartmontools-9999.ebuild | |
parent | sci-mathematics/msieve: Update SourceForge SVN URLs (diff) | |
download | gentoo-8add81a374cfbfcaeb56cc414e52bf95b065caa1.tar.gz gentoo-8add81a374cfbfcaeb56cc414e52bf95b065caa1.tar.bz2 gentoo-8add81a374cfbfcaeb56cc414e52bf95b065caa1.zip |
sys-apps/smartmontools: Update SourceForge SVN URLs
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-apps/smartmontools/smartmontools-9999.ebuild')
-rw-r--r-- | sys-apps/smartmontools/smartmontools-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/smartmontools/smartmontools-9999.ebuild b/sys-apps/smartmontools/smartmontools-9999.ebuild index cea715af4147..5d33f5ca96ee 100644 --- a/sys-apps/smartmontools/smartmontools-9999.ebuild +++ b/sys-apps/smartmontools/smartmontools-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit flag-o-matic systemd if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk/smartmontools" + ESVN_REPO_URI="https://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools" ESVN_PROJECT="smartmontools" inherit subversion autotools else |