diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-03-24 11:41:47 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-03-24 11:41:47 +0000 |
commit | 67169db24462c0f677fbd4fe0858e7d334190976 (patch) | |
tree | b43cee57b210bc9c755ae41b51abecd04e015198 /sys-devel | |
parent | Version bump, keeping old version since there are some API changes. (diff) | |
download | gentoo-2-67169db24462c0f677fbd4fe0858e7d334190976.tar.gz gentoo-2-67169db24462c0f677fbd4fe0858e7d334190976.tar.bz2 gentoo-2-67169db24462c0f677fbd4fe0858e7d334190976.zip |
Stable on x86, bug #172005.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/m4/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/m4/m4-1.4.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/m4/ChangeLog b/sys-devel/m4/ChangeLog index 5e5f64f217c5..c293294ec2cb 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.75 2007/03/24 11:13:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.76 2007/03/24 11:41:47 ticho Exp $ + + 24 Mar 2007; Andrej Kacian <ticho@gentoo.org> m4-1.4.8.ebuild: + Stable on x86, bug #172005. 24 Mar 2007; Markus Rothe <corsair@gentoo.org> m4-1.4.8.ebuild: Stable on ppc64; bug #172005 diff --git a/sys-devel/m4/m4-1.4.8.ebuild b/sys-devel/m4/m4-1.4.8.ebuild index 7fa4a124c88d..1ff5bd8143a6 100644 --- a/sys-devel/m4/m4-1.4.8.ebuild +++ b/sys-devel/m4/m4-1.4.8.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.8.ebuild,v 1.4 2007/03/24 11:13:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.8.ebuild,v 1.5 2007/03/24 11:41:47 ticho 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-2" 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="nls" # remember: cannot dep on autoconf since it needs us |