diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-12-16 07:22:35 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-12-16 07:22:35 +0000 |
commit | cc119548eb8fb29b2aa5bbed15d1716ff96571a2 (patch) | |
tree | 057a5b73e38484dfb84aca50692e5ccababa6c87 /sys-devel/m4 | |
parent | Version bump, bug 343017. Fix build with USE=ruby, bug 321749. Discussed with... (diff) | |
download | gentoo-2-cc119548eb8fb29b2aa5bbed15d1716ff96571a2.tar.gz gentoo-2-cc119548eb8fb29b2aa5bbed15d1716ff96571a2.tar.bz2 gentoo-2-cc119548eb8fb29b2aa5bbed15d1716ff96571a2.zip |
x86 stable wrt bug #348550
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'sys-devel/m4')
-rw-r--r-- | sys-devel/m4/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/m4/m4-1.4.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/m4/ChangeLog b/sys-devel/m4/ChangeLog index 44fa70e3a88d..49a62f79959d 100644 --- a/sys-devel/m4/ChangeLog +++ b/sys-devel/m4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/m4 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.143 2010/12/13 20:28:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.144 2010/12/16 07:22:35 phajdan.jr Exp $ + + 16 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> m4-1.4.15.ebuild: + x86 stable wrt bug #348550 13 Dec 2010; Brent Baude <ranger@gentoo.org> m4-1.4.15.ebuild: stable ppc, bug 348550 diff --git a/sys-devel/m4/m4-1.4.15.ebuild b/sys-devel/m4/m4-1.4.15.ebuild index 0be11420a6cc..7c8dbba59284 100644 --- a/sys-devel/m4/m4-1.4.15.ebuild +++ b/sys-devel/m4/m4-1.4.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.15.ebuild,v 1.4 2010/12/13 20:28:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.15.ebuild,v 1.5 2010/12/16 07:22:35 phajdan.jr Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="examples" # remember: cannot dep on autoconf since it needs us |