diff options
author | 2005-05-30 14:57:25 +0000 | |
---|---|---|
committer | 2005-05-30 14:57:25 +0000 | |
commit | 83b73aa647901fa58957c4f5bd15fa326e715a62 (patch) | |
tree | 363e17f1aa8c795e7a448d789616f299dc2d43af /net-p2p | |
parent | Removing obsolete ebuild (diff) | |
download | gentoo-2-83b73aa647901fa58957c4f5bd15fa326e715a62.tar.gz gentoo-2-83b73aa647901fa58957c4f5bd15fa326e715a62.tar.bz2 gentoo-2-83b73aa647901fa58957c4f5bd15fa326e715a62.zip |
Altered SRC_URI to hit proper server
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bittorrent/bittorrent-4.1.1.ebuild b/net-p2p/bittorrent/bittorrent-4.1.1.ebuild index 1f27b856a566..a7fd85aad582 100644 --- a/net-p2p/bittorrent/bittorrent-4.1.1.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.1.1.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-p2p/bittorrent/bittorrent-4.1.1.ebuild,v 1.1 2005/05/29 22:02:58 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.1.1.ebuild,v 1.2 2005/05/30 14:57:25 sekretarz Exp $ inherit distutils @@ -10,7 +10,7 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="tool for distributing files via a distributed network of nodes" HOMEPAGE="http://www.bittorrent.com/" -SRC_URI="mirror://sourceforge/${MY_P}.tar.gz" +SRC_URI="http://www.bittorrent.com/dl/${MY_P}.tar.gz" LICENSE="BitTorrent" SLOT="0" |