diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-10-04 18:50:00 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-10-04 18:50:00 +0000 |
commit | 34702571a54655d89ff0a108fd52f11f88c41214 (patch) | |
tree | 405ceff64a4210b806a1f761d8dfceb8623e233c | |
parent | Remove INSTALL and COPYING from docs (diff) | |
download | gentoo-2-34702571a54655d89ff0a108fd52f11f88c41214.tar.gz gentoo-2-34702571a54655d89ff0a108fd52f11f88c41214.tar.bz2 gentoo-2-34702571a54655d89ff0a108fd52f11f88c41214.zip |
use debian third party mirror in SRC_URI
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild b/net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild index 2acdf209930e..62bede22aeab 100644 --- a/net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild +++ b/net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild,v 1.3 2005/05/13 04:25:09 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild,v 1.4 2005/10/04 18:50:00 mrness Exp $ inherit eutils @@ -8,8 +8,8 @@ DESCRIPTION="Layer 2 Tunnelling Protocol Daemon" HOMEPAGE="http://l2tpd.snapgear.org/" MY_P="l2tpd_0.70-pre20031121" S="${WORKDIR}/${P/_/-}.orig" -SRC_URI="http://ftp.debian.org/debian/pool/main/l/l2tpd/${MY_P}.orig.tar.gz - http://ftp.debian.org/debian/pool/main/l/l2tpd/${MY_P}-2.diff.gz" +SRC_URI="mirror://debian/pool/main/l/l2tpd/${MY_P}.orig.tar.gz + mirror://debian/pool/main/l/l2tpd/${MY_P}-2.diff.gz" DEPEND="virtual/libc >=sys-apps/sed-4" |