diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-23 11:12:27 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-23 11:12:27 +0000 |
commit | e919852ef8fc05218a38922417648681526c89a9 (patch) | |
tree | 30a810bf498ad5cb4d87a3988a660589b5bf7206 /sys-devel/binutils | |
parent | cleanup (diff) | |
download | gentoo-2-e919852ef8fc05218a38922417648681526c89a9.tar.gz gentoo-2-e919852ef8fc05218a38922417648681526c89a9.tar.bz2 gentoo-2-e919852ef8fc05218a38922417648681526c89a9.zip |
QA: make sure to depend on a patch(1) version that actually applies all the patches.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.22.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 9b6f8e75be1a..1d3588d7c64e 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.428 2011/11/21 19:58:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.429 2011/11/23 11:12:27 flameeyes Exp $ + + 23 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> binutils-2.22.ebuild: + QA: make sure to depend on a patch(1) version that actually applies all the + patches. *binutils-2.22 (21 Nov 2011) diff --git a/sys-devel/binutils/binutils-2.22.ebuild b/sys-devel/binutils/binutils-2.22.ebuild index 1fc9e9ba00f5..c27faf41fbae 100644 --- a/sys-devel/binutils/binutils-2.22.ebuild +++ b/sys-devel/binutils/binutils-2.22.ebuild @@ -1,9 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22.ebuild,v 1.1 2011/11/21 19:58:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22.ebuild,v 1.2 2011/11/23 11:12:27 flameeyes Exp $ PATCHVER="1.0" ELF2FLT_VER="" inherit toolchain-binutils +# 66_all_binutils-2.22-warn-textrel.patch fails to apply with +# patch-2.5.9, so require a version that for sure works +DEPEND+=" >=sys-devel/patch-2.6.1" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd" |