diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 12:44:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 12:44:21 +0000 |
commit | 23352e6aa079ea5be064849974f5ed8273f4fbe3 (patch) | |
tree | c1e6c338f91d9f88256eb03085feed6b33f071c7 /sys-devel/patch/patch-2.5.9.ebuild | |
parent | arm needs deps first (Manifest recommit) (diff) | |
download | gentoo-2-23352e6aa079ea5be064849974f5ed8273f4fbe3.tar.gz gentoo-2-23352e6aa079ea5be064849974f5ed8273f4fbe3.tar.bz2 gentoo-2-23352e6aa079ea5be064849974f5ed8273f4fbe3.zip |
header fix; arm needs deps first
Diffstat (limited to 'sys-devel/patch/patch-2.5.9.ebuild')
-rw-r--r-- | sys-devel/patch/patch-2.5.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/patch/patch-2.5.9.ebuild b/sys-devel/patch/patch-2.5.9.ebuild index 9cbf76166bfb..1a2aeb5c881f 100644 --- a/sys-devel/patch/patch-2.5.9.ebuild +++ b/sys-devel/patch/patch-2.5.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.11 2003/12/17 04:17:31 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.12 2004/02/22 12:44:21 mr_bones_ Exp $ DESCRIPTION="Utility to apply diffs to files" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm ia64 ppc64" +KEYWORDS="amd64 x86 ppc sparc alpha mips hppa ia64 ppc64" IUSE="build static" DEPEND="virtual/glibc" |