diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-08-06 20:52:13 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-08-06 20:52:13 +0000 |
commit | 7a20adfdace71f21566da6c530f99829293cbf18 (patch) | |
tree | 07a316f33a1f3a58377f8bba1f2b4cc074166a08 /sys-apps | |
parent | Stable on SPARC wrt bug #141354. (diff) | |
download | gentoo-2-7a20adfdace71f21566da6c530f99829293cbf18.tar.gz gentoo-2-7a20adfdace71f21566da6c530f99829293cbf18.tar.bz2 gentoo-2-7a20adfdace71f21566da6c530f99829293cbf18.zip |
Stable on x86, bug #142936.
(Portage version: 2.1.1_pre4-r1)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/gawk/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/gawk/gawk-3.1.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/gawk/ChangeLog b/sys-apps/gawk/ChangeLog index 2086f228726f..33b3ccff0212 100644 --- a/sys-apps/gawk/ChangeLog +++ b/sys-apps/gawk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/gawk # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.87 2006/08/06 18:52:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.88 2006/08/06 20:52:13 ticho Exp $ + + 06 Aug 2006; Andrej Kacian <ticho@gentoo.org> gawk-3.1.5-r2.ebuild: + Stable on x86, bug #142936. 06 Aug 2006; Jason Wever <weeve@gentoo.org> gawk-3.1.5-r2.ebuild: Stable on SPARC wrt bug #142936. diff --git a/sys-apps/gawk/gawk-3.1.5-r2.ebuild b/sys-apps/gawk/gawk-3.1.5-r2.ebuild index 46292b7a76c2..8e7884481c01 100644 --- a/sys-apps/gawk/gawk-3.1.5-r2.ebuild +++ b/sys-apps/gawk/gawk-3.1.5-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-apps/gawk/gawk-3.1.5-r2.ebuild,v 1.2 2006/08/06 18:52:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.5-r2.ebuild,v 1.3 2006/08/06 20:52:13 ticho Exp $ inherit eutils toolchain-funcs multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/gawk/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="nls build" RDEPEND="" |