diff options
author | 2005-08-30 00:35:35 +0000 | |
---|---|---|
committer | 2005-08-30 00:35:35 +0000 | |
commit | a8dcb5ca115a4d48030a5b90308ef07a35027261 (patch) | |
tree | a2abedd54e862df2ecc1cdbbdf78a3130239ab24 /sys-apps/coreutils | |
parent | Fix memleak in chmod #87490 and update DIR_COLORS with stuff from Fedora and ... (diff) | |
download | historical-a8dcb5ca115a4d48030a5b90308ef07a35027261.tar.gz historical-a8dcb5ca115a4d48030a5b90308ef07a35027261.tar.bz2 historical-a8dcb5ca115a4d48030a5b90308ef07a35027261.zip |
oops, dont want to commit to stable
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/Manifest | 8 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r7.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest index aaa36f4c4f30..ecd9daef0f4d 100644 --- a/sys-apps/coreutils/Manifest +++ b/sys-apps/coreutils/Manifest @@ -3,7 +3,7 @@ Hash: SHA1 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 fff1a8181bbfa0f4e7dca93103f6faf0 coreutils-5.2.1-r2.ebuild 4195 -MD5 1e59c359e3913223b175b4e9523a828b coreutils-5.2.1-r7.ebuild 4591 +MD5 5bdec1c20e3ce89222cbdd53f0859044 coreutils-5.2.1-r7.ebuild 4604 MD5 d14f73952894a4ce443a9eacdcb98c35 ChangeLog 22417 MD5 4f3bf0e70d7d8559235fec22a00609a6 coreutils-5.2.1-r6.ebuild 4598 MD5 2013f63b3ad1b727a9b0b2b5a393994c files/DIR_COLORS 4147 @@ -13,7 +13,7 @@ MD5 c82065025499ef6aec62f772aa8637cf files/digest-coreutils-5.2.1-r7 148 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDE6jagIKl8Uu19MoRAsZ1AJ98f3fGvP0JfVmkXX1wYhnmRQQs4ACeNwLM -A1O/KlKc2AsOMsX0omZF8Gc= -=0ig6 +iD8DBQFDE6nogIKl8Uu19MoRAlAoAJ47xNN14t07H4lJWTNyXRxyMDpmIgCfbi7w +A1WPojWN3dcydjfwgBVEQNU= +=f1a3 -----END PGP SIGNATURE----- diff --git a/sys-apps/coreutils/coreutils-5.2.1-r7.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r7.ebuild index 2cd0a5a59dfe..06cf0633fcb4 100644 --- a/sys-apps/coreutils/coreutils-5.2.1-r7.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-r7.ebuild,v 1.1 2005/08/30 00:31:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r7.ebuild,v 1.2 2005/08/30 00:35:35 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="acl build nls selinux static" RDEPEND="selinux? ( sys-libs/libselinux ) |