diff options
Diffstat (limited to 'sys-devel/patch/patch-2.5.4-r5.ebuild')
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r5.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys-devel/patch/patch-2.5.4-r5.ebuild b/sys-devel/patch/patch-2.5.4-r5.ebuild index b250937abb74..5515d65acb01 100644 --- a/sys-devel/patch/patch-2.5.4-r5.ebuild +++ b/sys-devel/patch/patch-2.5.4-r5.ebuild @@ -1,17 +1,15 @@ # 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.4-r5.ebuild,v 1.4 2003/06/18 01:38:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r5.ebuild,v 1.5 2003/10/02 02:04:34 vapier Exp $ -IUSE="build static" - -S=${WORKDIR}/${P} DESCRIPTION="Utility to apply diffs to files" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" -SRC_URI="ftp://ftp.gnu.org/gnu/patch/${P}.tar.gz" +SRC_URI="mirror://gnu/patch/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc sparc alpha mips hppa arm" +IUSE="build static" DEPEND="virtual/glibc" |