diff options
Diffstat (limited to 'dev-db/tora/tora-9999.ebuild')
-rw-r--r-- | dev-db/tora/tora-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/tora/tora-9999.ebuild b/dev-db/tora/tora-9999.ebuild index 80e45b5a8159..6970c22b8bac 100644 --- a/dev-db/tora/tora-9999.ebuild +++ b/dev-db/tora/tora-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI=5 inherit cmake-utils eutils if [[ ${PV} == 9999 ]]; then - ESVN_REPO_URI="https://tora.svn.sourceforge.net/svnroot/tora/trunk/tora" + ESVN_REPO_URI="https://svn.code.sf.net/p/tora/code/trunk/tora" inherit subversion SRC_URI="" else |