diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:11:50 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:11:50 +0000 |
commit | 1f795e61b4d1e07c390a73bc1bf1aece507047e1 (patch) | |
tree | 024c294d479579b0da48f1a0a2c4dc38356bb096 /sys-devel/patch | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-1f795e61b4d1e07c390a73bc1bf1aece507047e1.tar.gz gentoo-2-1f795e61b4d1e07c390a73bc1bf1aece507047e1.tar.bz2 gentoo-2-1f795e61b4d1e07c390a73bc1bf1aece507047e1.zip |
adding initial s390 support
Diffstat (limited to 'sys-devel/patch')
-rw-r--r-- | sys-devel/patch/patch-2.5.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/patch/patch-2.5.9.ebuild b/sys-devel/patch/patch-2.5.9.ebuild index 1a2aeb5c881f..c8a0ffffeb68 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-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.12 2004/02/22 12:44:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.13 2004/03/02 16:10:35 iggy 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 ia64 ppc64" +KEYWORDS="amd64 x86 ppc sparc alpha mips hppa ia64 ppc64 s390" IUSE="build static" DEPEND="virtual/glibc" |