summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/leechcraft.eclass')
-rw-r--r--eclass/leechcraft.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass
index cad3f3047295..b3cfe5fdc946 100644
--- a/eclass/leechcraft.eclass
+++ b/eclass/leechcraft.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.10 2013/05/08 10:25:48 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.11 2013/09/18 13:39:36 pinkbyte Exp $
#
# @ECLASS: leechcraft.eclass
# @MAINTAINER:
@@ -36,7 +36,8 @@ if [[ ${PV} == 9999 ]]; then
inherit git-2
else
DEPEND="app-arch/xz-utils"
- SRC_URI="mirror://sourceforge/leechcraft/leechcraft-${PV}.tar.xz"
+ SRC_URI="mirror://sourceforge/leechcraft/leechcraft-${PV}.tar.xz
+ http://dist.leechcraft.org/LeechCraft/${PV}/${P}.tar.xz"
S="${WORKDIR}/leechcraft-${PV}"
fi