diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-05 19:50:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-05 19:50:48 +0000 |
commit | 01f1812793e2304d3b5a4a96791d42856503615a (patch) | |
tree | 490f18805501d909e7870701f30bc9c523882c9e /sys-devel/binutils-config | |
parent | Stable for HPPA (bug #393291). (diff) | |
download | gentoo-2-01f1812793e2304d3b5a4a96791d42856503615a.tar.gz gentoo-2-01f1812793e2304d3b5a4a96791d42856503615a.tar.bz2 gentoo-2-01f1812793e2304d3b5a4a96791d42856503615a.zip |
Use a blocker dep to avoid pulling in packages we do not need.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/binutils-config')
-rw-r--r-- | sys-devel/binutils-config/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils-config/binutils-config-3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils-config/ChangeLog b/sys-devel/binutils-config/ChangeLog index 46b678fbf65d..af8487468932 100644 --- a/sys-devel/binutils-config/ChangeLog +++ b/sys-devel/binutils-config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils-config # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.50 2011/09/29 20:26:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.51 2011/12/05 19:50:48 vapier Exp $ + + 05 Dec 2011; Mike Frysinger <vapier@gentoo.org> binutils-config-3-r1.ebuild: + Use a blocker dep to avoid pulling in packages we do not need. *binutils-config-3-r1 (29 Sep 2011) diff --git a/sys-devel/binutils-config/binutils-config-3-r1.ebuild b/sys-devel/binutils-config/binutils-config-3-r1.ebuild index f8be46294cf0..9a9317fa9a14 100644 --- a/sys-devel/binutils-config/binutils-config-3-r1.ebuild +++ b/sys-devel/binutils-config/binutils-config-3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/binutils-config-3-r1.ebuild,v 1.1 2011/09/29 20:26:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/binutils-config-3-r1.ebuild,v 1.2 2011/12/05 19:50:48 vapier Exp $ DESCRIPTION="Utility to change the binutils version being used" HOMEPAGE="http://www.gentoo.org/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="" -RDEPEND="userland_GNU? ( >=sys-apps/findutils-4.2 )" +RDEPEND="userland_GNU? ( !<sys-apps/findutils-4.2 )" src_install() { newbin "${FILESDIR}"/${PN}-${PV} ${PN} || die |