diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-10-04 21:23:46 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-10-04 21:23:46 +0000 |
commit | 6642a58a43310404361a56779d5c89e7a64a8bf4 (patch) | |
tree | 67d627619063238336e6875795ccd5f8b609a968 /eclass | |
parent | Migrate to xorg-2.eclass (diff) | |
download | gentoo-2-6642a58a43310404361a56779d5c89e7a64a8bf4.tar.gz gentoo-2-6642a58a43310404361a56779d5c89e7a64a8bf4.tar.bz2 gentoo-2-6642a58a43310404361a56779d5c89e7a64a8bf4.zip |
Drop binutils depend from x-modular.eclass, bug #385659.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/x-modular.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index db7dd797a7e2..b14aee62a91c 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.121 2011/08/29 01:28:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.122 2011/10/04 21:23:46 chithanh Exp $ # # @DEPRECATED # This eclass has been superseded by xorg-2 @@ -182,8 +182,7 @@ DEPEND="${DEPEND} if [[ "${PN/util-macros}" = "${PN}" ]]; then DEPEND="${DEPEND} - >=x11-misc/util-macros-1.3.0 - sys-devel/binutils" + >=x11-misc/util-macros-1.3.0" fi RDEPEND="${RDEPEND} |