diff options
Diffstat (limited to 'sys-devel/patch/patch-2.5.9.ebuild')
-rw-r--r-- | sys-devel/patch/patch-2.5.9.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/patch/patch-2.5.9.ebuild b/sys-devel/patch/patch-2.5.9.ebuild index 74017a8d72b3..0891601f51a6 100644 --- a/sys-devel/patch/patch-2.5.9.ebuild +++ b/sys-devel/patch/patch-2.5.9.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.8 2003/10/02 02:04:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.9 2003/10/20 15:06:48 mholzer Exp $ DESCRIPTION="Utility to apply diffs to files" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" -SRC_URI="mirror://gnu/patch/${P}.tar.gz" +SRC_URI="mirror://gnu/patch/${P}.tar.gz + mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |