diff options
author | Tom Gall <tgall@gentoo.org> | 2007-10-11 05:39:17 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-10-11 05:39:17 +0000 |
commit | e78c35216e59e76ae45c0c9ae4043663a9af80f6 (patch) | |
tree | d64f5756f79026029b919ed0c89faa74edfb5fec /sys-devel/m4 | |
parent | Version bump #195229. (diff) | |
download | gentoo-2-e78c35216e59e76ae45c0c9ae4043663a9af80f6.tar.gz gentoo-2-e78c35216e59e76ae45c0c9ae4043663a9af80f6.tar.bz2 gentoo-2-e78c35216e59e76ae45c0c9ae4043663a9af80f6.zip |
stable on ppc64, bug #195257
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-devel/m4')
-rw-r--r-- | sys-devel/m4/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/m4/m4-1.4.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/m4/ChangeLog b/sys-devel/m4/ChangeLog index 86b89475156c..8795aed7cb4c 100644 --- a/sys-devel/m4/ChangeLog +++ b/sys-devel/m4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/m4 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.97 2007/10/10 17:24:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.98 2007/10/11 05:39:17 tgall Exp $ + + 11 Oct 2007; Tom Gall <tgall@gentoo.org> m4-1.4.10.ebuild: + stable on ppc64, bug #195257 10 Oct 2007; Raúl Porcel <armin76@gentoo.org> m4-1.4.10.ebuild: alpha/ia64 stable wrt #195257 diff --git a/sys-devel/m4/m4-1.4.10.ebuild b/sys-devel/m4/m4-1.4.10.ebuild index b1c688ba2131..f8541ae0d79c 100644 --- a/sys-devel/m4/m4-1.4.10.ebuild +++ b/sys-devel/m4/m4-1.4.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.10.ebuild,v 1.7 2007/10/10 17:24:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.10.ebuild,v 1.8 2007/10/11 05:39:17 tgall Exp $ DESCRIPTION="GNU macro processor" HOMEPAGE="http://www.gnu.org/software/m4/m4.html" @@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="examples nls" # remember: cannot dep on autoconf since it needs us |