summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-02 02:04:34 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-02 02:04:34 +0000
commitfe3abd4c4725280d275e7241747d2bb7b012145b (patch)
tree585c16674ed5a937f32704c57eb281485462176e /sys-devel/patch/patch-2.5.9.ebuild
parentfix SRC_URI #30104 (diff)
downloadgentoo-2-fe3abd4c4725280d275e7241747d2bb7b012145b.tar.gz
gentoo-2-fe3abd4c4725280d275e7241747d2bb7b012145b.tar.bz2
gentoo-2-fe3abd4c4725280d275e7241747d2bb7b012145b.zip
fix SRC_URI #30106
Diffstat (limited to 'sys-devel/patch/patch-2.5.9.ebuild')
-rw-r--r--sys-devel/patch/patch-2.5.9.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys-devel/patch/patch-2.5.9.ebuild b/sys-devel/patch/patch-2.5.9.ebuild
index 398ae583491b..74017a8d72b3 100644
--- a/sys-devel/patch/patch-2.5.9.ebuild
+++ b/sys-devel/patch/patch-2.5.9.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.9.ebuild,v 1.7 2003/09/17 18:55:26 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.8 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="http://alpha.gnu.org/gnu/patch/${P}.tar.gz"
+SRC_URI="mirror://gnu/patch/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm ia64"
+IUSE="build static"
DEPEND="virtual/glibc"