diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-19 04:07:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-19 04:07:49 +0000 |
commit | 249698bedcdabc64ba5c294116c56c0b5b9db10a (patch) | |
tree | 288471290bfe5523c7111505bfb73482acd991a7 /sys-devel/binutils-config | |
parent | Make libgcc updates atomic #150257 by Diego. (diff) | |
download | gentoo-2-249698bedcdabc64ba5c294116c56c0b5b9db10a.tar.gz gentoo-2-249698bedcdabc64ba5c294116c56c0b5b9db10a.tar.bz2 gentoo-2-249698bedcdabc64ba5c294116c56c0b5b9db10a.zip |
Make findutils a dep only on GNU userland.
(Portage version: 2.1.2_pre3-r3)
Diffstat (limited to 'sys-devel/binutils-config')
4 files changed, 9 insertions, 3 deletions
diff --git a/sys-devel/binutils-config/ChangeLog b/sys-devel/binutils-config/ChangeLog index 1657f3af00db..391b2308216b 100644 --- a/sys-devel/binutils-config/ChangeLog +++ b/sys-devel/binutils-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/binutils-config # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.32 2006/10/19 03:45:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.33 2006/10/19 04:07:49 flameeyes Exp $ + + 19 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + binutils-config-1.9-r2.ebuild: + Make findutils a dep only on GNU userland. 19 Oct 2006; Mike Frysinger <vapier@gentoo.org> files/binutils-config-1.9, binutils-config-1.9-r2.ebuild: diff --git a/sys-devel/binutils-config/binutils-config-1.9-r2.ebuild b/sys-devel/binutils-config/binutils-config-1.9-r2.ebuild index 3031e4250ba1..5a1813df3f2f 100644 --- a/sys-devel/binutils-config/binutils-config-1.9-r2.ebuild +++ b/sys-devel/binutils-config/binutils-config-1.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/binutils-config-1.9-r2.ebuild,v 1.12 2006/10/19 03:45:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/binutils-config-1.9-r2.ebuild,v 1.13 2006/10/19 04:07:49 flameeyes 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 ~sparc-fbsd x86 ~x86-fbsd" IUSE="" -RDEPEND=">=sys-apps/findutils-4.2" +RDEPEND="userland_GNU? ( >=sys-apps/findutils-4.2 )" src_install() { newbin "${FILESDIR}"/${PN}-${PV} ${PN} || die diff --git a/sys-devel/binutils-config/files/digest-binutils-config-1.8-r7 b/sys-devel/binutils-config/files/digest-binutils-config-1.8-r7 index e69de29bb2d1..8b137891791f 100644 --- a/sys-devel/binutils-config/files/digest-binutils-config-1.8-r7 +++ b/sys-devel/binutils-config/files/digest-binutils-config-1.8-r7 @@ -0,0 +1 @@ + diff --git a/sys-devel/binutils-config/files/digest-binutils-config-1.9-r2 b/sys-devel/binutils-config/files/digest-binutils-config-1.9-r2 index e69de29bb2d1..8b137891791f 100644 --- a/sys-devel/binutils-config/files/digest-binutils-config-1.9-r2 +++ b/sys-devel/binutils-config/files/digest-binutils-config-1.9-r2 @@ -0,0 +1 @@ + |