diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-03-01 19:11:04 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-03-01 19:11:04 +0000 |
commit | 5d740ce4d5de4053c9b0a4ed64e137111a0f0a4e (patch) | |
tree | 67d3d9baea91f934ce5aca799b332ceb5e9c53c6 /eclass/kmod.eclass | |
parent | stabilize on x86 (diff) | |
download | historical-5d740ce4d5de4053c9b0a4ed64e137111a0f0a4e.tar.gz historical-5d740ce4d5de4053c9b0a4ed64e137111a0f0a4e.tar.bz2 historical-5d740ce4d5de4053c9b0a4ed64e137111a0f0a4e.zip |
use mirror://gentoo
Diffstat (limited to 'eclass/kmod.eclass')
-rw-r--r-- | eclass/kmod.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kmod.eclass b/eclass/kmod.eclass index c3212610257c..381c6e345660 100644 --- a/eclass/kmod.eclass +++ b/eclass/kmod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kmod.eclass,v 1.8 2003/02/28 09:15:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kmod.eclass,v 1.9 2003/03/01 19:11:04 lostlogic Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -12,7 +12,7 @@ INHERITED="$INHERITED $ECLASS" S=${WORKDIR}/${P} DESCRIPTION="Based on the $ECLASS eclass" -SRC_URI="http://ibiblio.org/gentoo/distfiles/${P}.patch.bz2" +SRC_URI="mirrof://gentoo/${P}.patch.bz2" kmod_src_unpack() { |