diff options
author | 2006-07-04 02:11:26 +0000 | |
---|---|---|
committer | 2006-07-04 02:11:26 +0000 | |
commit | 731f699abcc2f38ac071a4d71fd9f0c1548ae734 (patch) | |
tree | 7aa30f2f8676729c7ded9556aa65da168e7d9318 /eclass | |
parent | Marked stable on amd64 per bug #139010 (diff) | |
download | historical-731f699abcc2f38ac071a4d71fd9f0c1548ae734.tar.gz historical-731f699abcc2f38ac071a4d71fd9f0c1548ae734.tar.bz2 historical-731f699abcc2f38ac071a4d71fd9f0c1548ae734.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} |