summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-05-10 21:36:49 +0000
committerMichał Górny <mgorny@gentoo.org>2014-05-10 21:36:49 +0000
commitcb441e959c289af7e89d2c66a3476f5b22d0200d (patch)
tree875fd822feab35f861958624fa5dd5dfe8718b17 /eclass
parentfix Manifest (diff)
downloadgentoo-2-cb441e959c289af7e89d2c66a3476f5b22d0200d.tar.gz
gentoo-2-cb441e959c289af7e89d2c66a3476f5b22d0200d.tar.bz2
gentoo-2-cb441e959c289af7e89d2c66a3476f5b22d0200d.zip
Remove the coreutils dependency since the old copying code has been replaced by a more portable function. Bug #509984.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/multibuild.eclass4
2 files changed, 6 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index d6ab3ee31416..783dcfa33cd1 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1248 2014/05/09 10:48:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1249 2014/05/10 21:36:49 mgorny Exp $
+
+ 10 May 2014; Michał Górny <mgorny@gentoo.org> multibuild.eclass:
+ Remove the coreutils dependency since the old copying code has been replaced
+ by a more portable function. Bug #509984.
09 May 2014; Michał Górny <mgorny@gentoo.org> cmake-multilib.eclass:
Use multilib-minimal for phase functions.
diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass
index ec112a077acb..de5804dd883a 100644
--- a/eclass/multibuild.eclass
+++ b/eclass/multibuild.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/multibuild.eclass,v 1.17 2014/04/15 15:54:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/multibuild.eclass,v 1.18 2014/05/10 21:36:49 mgorny Exp $
# @ECLASS: multibuild
# @MAINTAINER:
@@ -28,8 +28,6 @@ if [[ ! ${_MULTIBUILD} ]]; then
inherit multiprocessing
-DEPEND="userland_GNU? ( >=sys-apps/coreutils-8.5 )"
-
# @ECLASS-VARIABLE: MULTIBUILD_VARIANTS
# @DESCRIPTION:
# An array specifying all enabled variants which multibuild_foreach*