diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-22 04:30:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-22 04:30:59 +0000 |
commit | c3716eb2ca37217501b4c83bf89b957fcd804686 (patch) | |
tree | 766e2a1624baa2d4394f768e89cd49f97a11f940 /sys-apps/coreutils | |
parent | Remove i686-specific asm code on i486 systems #32429. Fix tail +# syntax #66... (diff) | |
download | historical-c3716eb2ca37217501b4c83bf89b957fcd804686.tar.gz historical-c3716eb2ca37217501b4c83bf89b957fcd804686.tar.bz2 historical-c3716eb2ca37217501b4c83bf89b957fcd804686.zip |
x86 stable
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/Manifest | 8 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest index 2a9d37e4cfb1..634d55fc0e9d 100644 --- a/sys-apps/coreutils/Manifest +++ b/sys-apps/coreutils/Manifest @@ -8,7 +8,7 @@ MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 a941f375b9afbe7b76fa74277e83ed4f coreutils-5.2.1-r1.ebuild 4145 MD5 6525136b9f2d5170fdb188ae799a2c31 coreutils-5.2.1-r3.ebuild 4204 MD5 992f0ec91891e7ddbcf466dfce3dd857 coreutils-5.2.0-r2.ebuild 4172 -MD5 2f672975416606621e33854cd7f5ea66 coreutils-5.2.1-r2.ebuild 4388 +MD5 047a27c3aab6f94893d9b67ef7522f90 coreutils-5.2.1-r2.ebuild 4387 MD5 d3828e48aebb7452db7a8f8b025da0ff files/DIR_COLORS 4041 MD5 e80d3d87cfbe40bc56636167ae5b4768 files/digest-coreutils-5.0-r6 141 MD5 36e1cce43ca15be334d54801e1dbb286 files/digest-coreutils-5.2.1 224 @@ -23,7 +23,7 @@ MD5 569870ec2f958c2a2a716a7f695deb42 files/coreutils-5.2.1-unamefix.patch 485 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFByPg3roRuSHgZdywRAv+UAJsFBGiHrhO+wOm6jwt5M3kLEt69swCbB+F6 -ElEdFo+8jDL6MlyH2L/IlVs= -=5oB9 +iD8DBQFByPicroRuSHgZdywRAqD1AJ4yAJ5VBDGZYJe1d2N1f5yHWmiwyACfS9n3 +loUGTDiga5u/yu0xg0wn9og= +=Ait3 -----END PGP SIGNATURE----- diff --git a/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild index d8bdc68dd647..d62c7ed1cc6d 100644 --- a/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild,v 1.5 2004/12/20 05:29:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild,v 1.6 2004/12/22 04:30:59 vapier Exp $ inherit eutils flag-o-matic @@ -19,7 +19,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh ~sparc x86" IUSE="nls build acl selinux static uclibc" RDEPEND="selinux? ( sys-libs/libselinux ) |