diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-12-18 16:47:33 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-12-18 16:47:33 +0000 |
commit | 607867806227adfc7f7fc6063719615db7840cd9 (patch) | |
tree | 3fb3562fe4cfc5df832bab5fb0ba4978fe6e377b /sys-devel/patch | |
parent | Build with non-GNU/bfd linker. Bug #369287 (diff) | |
download | gentoo-2-607867806227adfc7f7fc6063719615db7840cd9.tar.gz gentoo-2-607867806227adfc7f7fc6063719615db7840cd9.tar.bz2 gentoo-2-607867806227adfc7f7fc6063719615db7840cd9.zip |
alpha/ia64/m68k/s390/sh/sparc stable wrt #387471
(Portage version: 2.1.10.38/cvs/Linux ia64)
Diffstat (limited to 'sys-devel/patch')
-rw-r--r-- | sys-devel/patch/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/patch/ChangeLog b/sys-devel/patch/ChangeLog index 7454da0435fc..6f5f026a02a5 100644 --- a/sys-devel/patch/ChangeLog +++ b/sys-devel/patch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/patch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.50 2011/12/03 10:47:41 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.51 2011/12/18 16:47:33 armin76 Exp $ + + 18 Dec 2011; Raúl Porcel <armin76@gentoo.org> patch-2.6.1.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #387471 03 Dec 2011; Markus Meier <maekke@gentoo.org> patch-2.6.1.ebuild: arm stable, bug #387471 diff --git a/sys-devel/patch/patch-2.6.1.ebuild b/sys-devel/patch/patch-2.6.1.ebuild index eecb90270862..8c3dbd086058 100644 --- a/sys-devel/patch/patch-2.6.1.ebuild +++ b/sys-devel/patch/patch-2.6.1.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/patch/patch-2.6.1.ebuild,v 1.7 2011/12/03 10:47:41 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.8 2011/12/18 16:47:33 armin76 Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/patch/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="static test" RDEPEND="" |