diff options
author | Johannes Huber <johu@gentoo.org> | 2012-08-20 21:23:43 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-08-20 21:23:43 +0000 |
commit | 144ae8e4c5432b5a5a51fe3d54d8006497174286 (patch) | |
tree | ae934366bfef8476f0f0a9c304a2907152f0dc7f /sys-apps/gawk | |
parent | Stable for x86, wrt bug #431752 (diff) | |
download | gentoo-2-144ae8e4c5432b5a5a51fe3d54d8006497174286.tar.gz gentoo-2-144ae8e4c5432b5a5a51fe3d54d8006497174286.tar.bz2 gentoo-2-144ae8e4c5432b5a5a51fe3d54d8006497174286.zip |
Stable for x86, wrt bug #431954
(Portage version: 2.2.0_alpha121/cvs/Linux i686)
Diffstat (limited to 'sys-apps/gawk')
-rw-r--r-- | sys-apps/gawk/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/gawk/gawk-4.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/gawk/ChangeLog b/sys-apps/gawk/ChangeLog index dea565cafa06..20d9c6006e40 100644 --- a/sys-apps/gawk/ChangeLog +++ b/sys-apps/gawk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/gawk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.150 2012/08/20 20:28:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.151 2012/08/20 21:23:43 johu Exp $ + + 20 Aug 2012; Johannes Huber <johu@gentoo.org> gawk-4.0.1.ebuild: + Stable for x86, wrt bug #431954 20 Aug 2012; Mike Frysinger <vapier@gentoo.org> gawk-4.0.1.ebuild: Disable test failing under sandbox for now #413327 by Patrick Lauer. diff --git a/sys-apps/gawk/gawk-4.0.1.ebuild b/sys-apps/gawk/gawk-4.0.1.ebuild index c80e5b5bceee..9f8105efdc63 100644 --- a/sys-apps/gawk/gawk-4.0.1.ebuild +++ b/sys-apps/gawk/gawk-4.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.1.ebuild,v 1.5 2012/08/20 20:28:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.1.ebuild,v 1.6 2012/08/20 21:23:43 johu Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/gawk/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls readline" # older gawk's provided shared lib for baselayout-1 |