diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-18 08:49:33 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-18 08:49:33 +0000 |
commit | 5e818869513c0a5945edc82af705591511ed80da (patch) | |
tree | 7e917fce82713b6dc161b650919e19e155f2c418 /eclass/multibuild.eclass | |
parent | Fix bug #479896. Patch by Enrico Tagliavini. (diff) | |
download | historical-5e818869513c0a5945edc82af705591511ed80da.tar.gz historical-5e818869513c0a5945edc82af705591511ed80da.tar.bz2 historical-5e818869513c0a5945edc82af705591511ed80da.zip |
Fix coreutils dep to be build-time.
Diffstat (limited to 'eclass/multibuild.eclass')
-rw-r--r-- | eclass/multibuild.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass index dadaffc829de..0a2771e66326 100644 --- a/eclass/multibuild.eclass +++ b/eclass/multibuild.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multibuild.eclass,v 1.13 2013/09/10 09:10:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multibuild.eclass,v 1.14 2013/09/18 08:49:33 mgorny Exp $ # @ECLASS: multibuild # @MAINTAINER: @@ -28,7 +28,7 @@ if [[ ! ${_MULTIBUILD} ]]; then inherit multiprocessing -RDEPEND="userland_GNU? ( >=sys-apps/coreutils-8.5 )" +DEPEND="userland_GNU? ( >=sys-apps/coreutils-8.5 )" # @ECLASS-VARIABLE: MULTIBUILD_VARIANTS # @DESCRIPTION: |