diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 08:54:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 08:54:14 +0000 |
commit | ad7eae77aa7dea4c41cc44dc247967595e28f4f8 (patch) | |
tree | 091d822c32ce46fd9f9e6613c53497824c4c405f /sys-apps/gawk | |
parent | Stable for sparc, wrt bug #474194 (diff) | |
download | gentoo-2-ad7eae77aa7dea4c41cc44dc247967595e28f4f8.tar.gz gentoo-2-ad7eae77aa7dea4c41cc44dc247967595e28f4f8.tar.bz2 gentoo-2-ad7eae77aa7dea4c41cc44dc247967595e28f4f8.zip |
Stable for sparc, wrt bug #467190
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/gawk')
-rw-r--r-- | sys-apps/gawk/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/gawk/gawk-4.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/gawk/ChangeLog b/sys-apps/gawk/ChangeLog index 8474d10e400a..cec755134946 100644 --- a/sys-apps/gawk/ChangeLog +++ b/sys-apps/gawk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/gawk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.166 2013/12/09 13:14:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.167 2013/12/15 08:54:14 ago Exp $ + + 15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> gawk-4.0.2.ebuild: + Stable for sparc, wrt bug #467190 09 Dec 2013; Jeroen Roovers <jer@gentoo.org> gawk-4.0.2.ebuild: Stable for HPPA (bug #467190). diff --git a/sys-apps/gawk/gawk-4.0.2.ebuild b/sys-apps/gawk/gawk-4.0.2.ebuild index ed9398fc833e..db0c4322f5a8 100644 --- a/sys-apps/gawk/gawk-4.0.2.ebuild +++ b/sys-apps/gawk/gawk-4.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild,v 1.4 2013/12/09 13:14:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild,v 1.5 2013/12/15 08:54:14 ago 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 ~arm-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 ~arm-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 |