diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-18 19:25:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-18 19:25:10 +0000 |
commit | 6e2366fdaa21e99648c136b461f91ddf883e8c41 (patch) | |
tree | b105516a30ae26bb0647b0fae85451fbbea8181e /sys-apps | |
parent | arm stable and misc touchups (diff) | |
download | historical-6e2366fdaa21e99648c136b461f91ddf883e8c41.tar.gz historical-6e2366fdaa21e99648c136b461f91ddf883e8c41.tar.bz2 historical-6e2366fdaa21e99648c136b461f91ddf883e8c41.zip |
force --without-included-regex #107638
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.94.ebuild | 3 |
2 files changed, 9 insertions, 8 deletions
diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest index fcc1f5397c36..f5e44e51e0cc 100644 --- a/sys-apps/coreutils/Manifest +++ b/sys-apps/coreutils/Manifest @@ -22,9 +22,9 @@ SHA256 e88b94b02b3ee72a6b907f33009e26fa146ad2c49d593e63a88d044747bea164 coreutil MD5 41620938834ae1f7a0a74e804746e7ea coreutils-5.93.ebuild 4285 RMD160 1ef12244a4959fd8b496adfaaaceb7ee5f661d06 coreutils-5.93.ebuild 4285 SHA256 db3e99552bb66d410abfe3162d6a61ac385fed75029b2441d3cf9f8bccb081f8 coreutils-5.93.ebuild 4285 -MD5 3d1fe2b291d21db2d467ad831914460b coreutils-5.94.ebuild 4209 -RMD160 005e914bad8fa394b75858723efe93c4758848bd coreutils-5.94.ebuild 4209 -SHA256 67cee214d1c6eb9e0a491c38537824386f83d1bbbcad0bfbb1be421c809257ca coreutils-5.94.ebuild 4209 +MD5 f19219d074b176a18c8dc3b7db690fbc coreutils-5.94.ebuild 4238 +RMD160 6733ccd5f4e1a393d5195f3d35b05d429f0f603d coreutils-5.94.ebuild 4238 +SHA256 162e5417f2b729d17d1c10e941bdd91861594d420d064e14d714765d3ec79b5f coreutils-5.94.ebuild 4238 MD5 8c4e2e82c0b5e6fc4088d1bc496681b4 files/DIR_COLORS 3593 RMD160 677f738160a23ee81b8a3c93d28939c26768a0d2 files/DIR_COLORS 3593 SHA256 4fd0221c327865ee050fce4e65e74868f5797fb187f2a789d135e6bc241dd748 files/DIR_COLORS 3593 @@ -53,9 +53,9 @@ MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 RMD160 f43cbec30b7074319087c9acffdb9354b17b0db3 metadata.xml 164 SHA256 f5f2891f2a4791cd31350bb2bb572131ad7235cd0eeb124c9912c187ac10ce92 metadata.xml 164 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) +Version: GnuPG v1.4.2.1 (GNU/Linux) -iD8DBQFD9cHF2+ySkm8kpY0RAqDeAKCl9nsombnh9ebbKqLBFXg9lJcgcwCfbSlS -C08PZrytPVVjSOlWbAl4Yyc= -=yYe/ +iD8DBQFD93Sj2+ySkm8kpY0RAuIZAJ0c++lFr+tRGp0yhkIQC8BWu1wtpACeLebM +WPxl2nAeL6JQh6nLYt7DMDE= +=tir4 -----END PGP SIGNATURE----- diff --git a/sys-apps/coreutils/coreutils-5.94.ebuild b/sys-apps/coreutils/coreutils-5.94.ebuild index e13fc77a6813..1bb0b036b617 100644 --- a/sys-apps/coreutils/coreutils-5.94.ebuild +++ b/sys-apps/coreutils/coreutils-5.94.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.94.ebuild,v 1.3 2006/02/17 12:29:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.94.ebuild,v 1.4 2006/02/18 19:25:10 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -82,6 +82,7 @@ src_compile() { econf \ --enable-largefile \ + --without-included-regex \ $(use_enable nls) \ $(use_enable selinux) \ ${myconf} \ |