diff options
author | Sven Wegener <swegener@gentoo.org> | 2016-08-21 10:49:14 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2016-10-30 20:04:26 +0000 |
commit | b598cc183ee972af9c9fda3a6a3601f760a06513 (patch) | |
tree | f98d7ab13d417398ba1086b58b5b78c051782f09 /sys-devel/parity/parity-1.2.5.ebuild | |
parent | sys-block/iscsitarget: Update SourceForge SVN URLs (diff) | |
download | gentoo-b598cc183ee972af9c9fda3a6a3601f760a06513.tar.gz gentoo-b598cc183ee972af9c9fda3a6a3601f760a06513.tar.bz2 gentoo-b598cc183ee972af9c9fda3a6a3601f760a06513.zip |
sys-devel/parity: Update SourceForge SVN URLs
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-devel/parity/parity-1.2.5.ebuild')
-rw-r--r-- | sys-devel/parity/parity-1.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/parity/parity-1.2.5.ebuild b/sys-devel/parity/parity-1.2.5.ebuild index 0c0490e9cc4d..faacb3cfb975 100644 --- a/sys-devel/parity/parity-1.2.5.ebuild +++ b/sys-devel/parity/parity-1.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ HOMEPAGE="http://www.sourceforge.net/projects/parity/" if [[ ${PV} == 9999 ]]; then inherit subversion - ESVN_REPO_URI="https://parity.svn.sf.net/svnroot/parity/trunk" + ESVN_REPO_URI="https://svn.code.sf.net/p/parity/code/trunk" ESVN_BOOTSTRAP="confix --bootstrap" ESVN_PROJECT="${PN}" KEYWORDS="" |