diff options
author | 2006-07-01 06:46:52 +0000 | |
---|---|---|
committer | 2006-07-01 06:46:52 +0000 | |
commit | b217bb46da6b3da9ec0e7869c8cca05943c8b089 (patch) | |
tree | 843f697787fbdaab2c295d41d8f4dc0fe90e5858 /eclass/x-modular.eclass | |
parent | Fix dual-head. (diff) | |
download | gentoo-2-b217bb46da6b3da9ec0e7869c8cca05943c8b089.tar.gz gentoo-2-b217bb46da6b3da9ec0e7869c8cca05943c8b089.tar.bz2 gentoo-2-b217bb46da6b3da9ec0e7869c8cca05943c8b089.zip |
Wrap binutils dep in !alpha till they stable it
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index ecd712c03f55..2499214ff564 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -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/eclass/x-modular.eclass,v 1.68 2006/07/01 05:36:26 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.69 2006/07/01 06:46:52 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -162,7 +162,7 @@ DEPEND="${DEPEND} if [[ "${PN/util-macros}" = "${PN}" ]]; then DEPEND="${DEPEND} >=x11-misc/util-macros-0.99.2 - >=sys-devel/binutils-2.16.1-r3" + !alpha? ( >=sys-devel/binutils-2.16.1-r3 )" fi RDEPEND="${RDEPEND} |