diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-07-04 02:11:26 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-07-04 02:11:26 +0000 |
commit | cb552fcc4f812fef504d7319325f2385db8ebe7d (patch) | |
tree | 713a685a47bdcdf643bc7bc5a2c3b76927f291cb /eclass | |
parent | Marked stable on amd64 per bug #139010 (diff) | |
download | gentoo-2-cb552fcc4f812fef504d7319325f2385db8ebe7d.tar.gz gentoo-2-cb552fcc4f812fef504d7319325f2385db8ebe7d.tar.bz2 gentoo-2-cb552fcc4f812fef504d7319325f2385db8ebe7d.zip |
alpha now has binutils-2.16.1-r3 stable so we can remove the exclusion on alpha.
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 0ed5c0c049b5..a4d86bf4fe99 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.70 2006/07/01 20:41:12 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.71 2006/07/04 02:11:26 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 - !alpha? ( >=sys-devel/binutils-2.16.1-r3 )" + >=sys-devel/binutils-2.16.1-r3" fi RDEPEND="${RDEPEND} |