diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-07-01 06:46:52 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-07-01 06:46:52 +0000 |
commit | a1672081dfdd653927af54d4fcd557c91edf8b6c (patch) | |
tree | d27b140ba9b91306430dd6b07041ef95cfd7f2e6 /eclass | |
parent | Fix dual-head. (diff) | |
download | historical-a1672081dfdd653927af54d4fcd557c91edf8b6c.tar.gz historical-a1672081dfdd653927af54d4fcd557c91edf8b6c.tar.bz2 historical-a1672081dfdd653927af54d4fcd557c91edf8b6c.zip |
Wrap binutils dep in !alpha till they stable it
Diffstat (limited to '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} |