diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-06-22 06:06:47 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-06-22 06:06:47 +0000 |
commit | 4337c2d7a92842fcd03c3335528a465c0a26ec49 (patch) | |
tree | 8fe10a712b95d35c913a91cd5df4a9e64addbf4a /sys-devel/patch | |
parent | remove fileutils dep; amd64 using coreutils and fileutils should be ok (diff) | |
download | gentoo-2-4337c2d7a92842fcd03c3335528a465c0a26ec49.tar.gz gentoo-2-4337c2d7a92842fcd03c3335528a465c0a26ec49.tar.bz2 gentoo-2-4337c2d7a92842fcd03c3335528a465c0a26ec49.zip |
amd64
Diffstat (limited to 'sys-devel/patch')
-rw-r--r-- | sys-devel/patch/Manifest | 6 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.9.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-devel/patch/Manifest b/sys-devel/patch/Manifest index 13b7b454168a..3a0c03f76ee2 100644 --- a/sys-devel/patch/Manifest +++ b/sys-devel/patch/Manifest @@ -1,5 +1,5 @@ -MD5 2a372eed3fa042dd1a1a45ff4b891801 patch-2.5.9.ebuild 951 -MD5 d0abab3a50e49dac0c82021377185f3d patch-2.5.4-r5.ebuild 944 MD5 fa190dfa1fc6e924793027c1b3f3858c ChangeLog 2046 -MD5 7113f2413944cb06cecdd0c57ab54078 files/digest-patch-2.5.9 63 +MD5 d0abab3a50e49dac0c82021377185f3d patch-2.5.4-r5.ebuild 944 +MD5 30276510a4e3543b0f5337eb69e62a04 patch-2.5.9.ebuild 958 MD5 d8308835b63cc0644a67523856ef2df8 files/digest-patch-2.5.4-r5 63 +MD5 7113f2413944cb06cecdd0c57ab54078 files/digest-patch-2.5.9 63 diff --git a/sys-devel/patch/patch-2.5.9.ebuild b/sys-devel/patch/patch-2.5.9.ebuild index b1590e7a75ea..1e5af73733fb 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. # 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.1 2003/06/18 01:38:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.2 2003/06/22 06:06:02 drobbins Exp $ IUSE="build static" @@ -11,7 +11,7 @@ SRC_URI="http://alpha.gnu.org/gnu/patch/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" DEPEND="virtual/glibc" |