diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-09-18 13:39:36 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-09-18 13:39:36 +0000 |
commit | 878bb4ced62668f3302261bb6b8a9f1763a65df2 (patch) | |
tree | ee7297f8a23dfc1b3219445411447b129f99275f /eclass/leechcraft.eclass | |
parent | Security bump (bug #485258). Removed old (diff) | |
download | gentoo-2-878bb4ced62668f3302261bb6b8a9f1763a65df2.tar.gz gentoo-2-878bb4ced62668f3302261bb6b8a9f1763a65df2.tar.bz2 gentoo-2-878bb4ced62668f3302261bb6b8a9f1763a65df2.zip |
Add official mirror to LeechCraft SRC_URI, thanks to 0xd34df00d
Diffstat (limited to 'eclass/leechcraft.eclass')
-rw-r--r-- | eclass/leechcraft.eclass | 5 |
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 |