diff options
author | Steve Dibb <beandog@gentoo.org> | 2011-12-02 18:54:59 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2011-12-02 18:54:59 +0000 |
commit | 8ec95f1e751c0e5beef49521d954c4683b132e65 (patch) | |
tree | e9951d7d453f1b7a7c25dd1ea7471dcce5c14f1d /sys-devel | |
parent | version bump (diff) | |
download | gentoo-2-8ec95f1e751c0e5beef49521d954c4683b132e65.tar.gz gentoo-2-8ec95f1e751c0e5beef49521d954c4683b132e65.tar.bz2 gentoo-2-8ec95f1e751c0e5beef49521d954c4683b132e65.zip |
amd64 stable, bug 387471
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-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 872b89b556cb..79e0ff8c2f54 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.48 2011/11/28 11:35:41 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.49 2011/12/02 18:54:59 beandog Exp $ + + 02 Dec 2011; Steve Dibb <beandog@gentoo.org> patch-2.6.1.ebuild: + amd64 stable, bug 387471 28 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> patch-2.6.1.ebuild: x86 stable wrt bug #387471 diff --git a/sys-devel/patch/patch-2.6.1.ebuild b/sys-devel/patch/patch-2.6.1.ebuild index b88e84e37c5a..8695a165fde2 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.5 2011/11/28 11:35:41 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.6 2011/12/02 18:54:59 beandog 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="" |