diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-11-22 20:07:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-11-22 20:07:16 +0000 |
commit | 1f24e6cf0665037531198db6bec4d76b3bfe95c6 (patch) | |
tree | ba2296b27b8a0c43cbd37c0db6624e572797d113 /sys-devel | |
parent | Stable for HPPA (bug #391411). (diff) | |
download | gentoo-2-1f24e6cf0665037531198db6bec4d76b3bfe95c6.tar.gz gentoo-2-1f24e6cf0665037531198db6bec4d76b3bfe95c6.tar.bz2 gentoo-2-1f24e6cf0665037531198db6bec4d76b3bfe95c6.zip |
Stable for HPPA (bug #387471).
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/patch/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.6.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/patch/ChangeLog b/sys-devel/patch/ChangeLog index bf2fb3986d45..b718d91b0101 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.46 2011/02/06 11:37:50 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.47 2011/11/22 20:07:16 jer Exp $ + + 22 Nov 2011; Jeroen Roovers <jer@gentoo.org> patch-2.6.1.ebuild: + Stable for HPPA (bug #387471). 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> patch-2.5.9.ebuild: Drop to ~mips diff --git a/sys-devel/patch/patch-2.6.1.ebuild b/sys-devel/patch/patch-2.6.1.ebuild index b3ce5e507662..fbfa473c3975 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-2010 Gentoo Foundation +# 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.3 2010/01/22 20:15:54 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.4 2011/11/22 20:07:16 jer 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="" |