diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:11:19 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:11:19 +0000 |
commit | 336bcfbadc394459202b015ddc711d152618cb8c (patch) | |
tree | 911e1ebfc407066b0a35bd93dbad49d1e92f7ee0 /sys-devel/patch | |
parent | adding initial s390 support (diff) | |
download | historical-336bcfbadc394459202b015ddc711d152618cb8c.tar.gz historical-336bcfbadc394459202b015ddc711d152618cb8c.tar.bz2 historical-336bcfbadc394459202b015ddc711d152618cb8c.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" |