diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-02 04:49:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-02 04:49:12 +0000 |
commit | 2a79643cbe638eb6a204963a3d88b76029851fae (patch) | |
tree | 08f4e0ee6285e119c07cdb125e993dfb44f9662d /sys-apps | |
parent | stable on mips (diff) | |
download | gentoo-2-2a79643cbe638eb6a204963a3d88b76029851fae.tar.gz gentoo-2-2a79643cbe638eb6a204963a3d88b76029851fae.tar.bz2 gentoo-2-2a79643cbe638eb6a204963a3d88b76029851fae.zip |
unify the two progress bar patches
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r6.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/coreutils/files/digest-coreutils-5.2.1-r6 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild index 23ca491447ef..c974bde09cdb 100644 --- a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1-r6.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-r6.ebuild,v 1.1 2005/04/02 04:31:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild,v 1.2 2005/04/02 04:49:12 vapier Exp $ inherit eutils flag-o-matic @@ -42,7 +42,7 @@ src_unpack() { # Apply the ACL patches. # WARNING: These CONFLICT with the SELINUX patches if use acl ; then - mv ${PATCHDIR}/generic/00{1,2,4}* ${PATCHDIR}/excluded + mv ${PATCHDIR}/generic/00{2,4}* ${PATCHDIR}/excluded mv ${PATCHDIR}/selinux/001_all_coreutils-noacl* ${PATCHDIR}/excluded EPATCH_SUFFIX="patch" epatch ${PATCHDIR}/acl else diff --git a/sys-apps/coreutils/files/digest-coreutils-5.2.1-r6 b/sys-apps/coreutils/files/digest-coreutils-5.2.1-r6 index cf9ba0978764..7f3dc729ab0b 100644 --- a/sys-apps/coreutils/files/digest-coreutils-5.2.1-r6 +++ b/sys-apps/coreutils/files/digest-coreutils-5.2.1-r6 @@ -1,2 +1,2 @@ MD5 172ee3c315af93d3385ddfbeb843c53f coreutils-5.2.1.tar.bz2 4270776 -MD5 2f00d63408014394a74708198d5989a7 coreutils-5.2.1-patches-0.11.tar.bz2 92045 +MD5 7c84ee1692c3cb068b7069321444556e coreutils-5.2.1-patches-0.11.tar.bz2 91118 |