summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-01 23:32:05 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-01 23:32:05 +0000
commit8681ab103751d39690e41f5c4d9a70f1ca811530 (patch)
tree1206d70a9603c3168a671eba683878f86db0db11 /sys-apps/coreutils
parentNew revision including fixes from bug 126403, bug 114627 and RESTRICT=test fo... (diff)
downloadgentoo-2-8681ab103751d39690e41f5c4d9a70f1ca811530.tar.gz
gentoo-2-8681ab103751d39690e41f5c4d9a70f1ca811530.tar.bz2
gentoo-2-8681ab103751d39690e41f5c4d9a70f1ca811530.zip
Restrict confcache as per bug #134459.
(Portage version: 2.1_rc3-r3)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r--sys-apps/coreutils/ChangeLog5
-rw-r--r--sys-apps/coreutils/coreutils-5.96.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog
index 700f848fe160..4bc960b711bd 100644
--- a/sys-apps/coreutils/ChangeLog
+++ b/sys-apps/coreutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/coreutils
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.171 2006/05/23 11:21:42 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.172 2006/06/01 23:32:05 flameeyes Exp $
+
+ 01 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> coreutils-5.96.ebuild:
+ Restrict confcache as per bug #134459.
23 May 2006; Diego Pettenò <flameeyes@gentoo.org> coreutils-5.96.ebuild:
Add ~x86-fbsd keyword. Change strategy for non-GNU userlands, instead of
diff --git a/sys-apps/coreutils/coreutils-5.96.ebuild b/sys-apps/coreutils/coreutils-5.96.ebuild
index 259856df8379..c9edb9d6638d 100644
--- a/sys-apps/coreutils/coreutils-5.96.ebuild
+++ b/sys-apps/coreutils/coreutils-5.96.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.96.ebuild,v 1.4 2006/05/26 04:27:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.96.ebuild,v 1.5 2006/06/01 23:32:05 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -28,6 +28,8 @@ DEPEND="${RDEPEND}
>=sys-devel/m4-1.4-r1
sys-apps/help2man"
+RESTRICT="confcache"
+
pkg_setup() {
# fixup expr for #123342
if [[ $(/bin/expr a : '\(a\)') != "a" ]] ; then