diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-05-10 21:36:49 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-05-10 21:36:49 +0000 |
commit | cb441e959c289af7e89d2c66a3476f5b22d0200d (patch) | |
tree | 875fd822feab35f861958624fa5dd5dfe8718b17 /eclass | |
parent | fix Manifest (diff) | |
download | gentoo-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/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/multibuild.eclass | 4 |
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* |