diff options
Diffstat (limited to 'net-p2p/gnunet/gnunet-0.6.1b.ebuild')
-rw-r--r-- | net-p2p/gnunet/gnunet-0.6.1b.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/gnunet/gnunet-0.6.1b.ebuild b/net-p2p/gnunet/gnunet-0.6.1b.ebuild index c0a33a6f68ec..9a33521d95b8 100644 --- a/net-p2p/gnunet/gnunet-0.6.1b.ebuild +++ b/net-p2p/gnunet/gnunet-0.6.1b.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.6.1b.ebuild,v 1.1 2004/02/27 02:36:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.6.1b.ebuild,v 1.2 2004/03/23 07:08:58 eradicator Exp $ inherit libtool S="${WORKDIR}/GNUnet-${PV}" DESCRIPTION="GNUnet is an anonymous, distributed, reputation based network." -HOMEPAGE="http://www.ovmj.org/GNUnet/" -SRC_URI="http://www.ovmj.org/GNUnet/download/GNUnet-${PV}.tar.bz2" +HOMEPAGE="http://www.gnu.org/software/GNUnet/" +SRC_URI="mirror://gnu/${PN}/GNUnet-${PV}.tar.bz2" +RESTRICT="nomirror" IUSE="ipv6" |