diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-12-01 16:17:00 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-12-01 16:17:00 +0000 |
commit | be6faf7b2c8ca81f8ca96952f84f56141e253c6d (patch) | |
tree | 7ce7e1ceb8ccf250cc3d807557e72a93777957b3 /sys-devel | |
parent | Stable on ppc64; bug #156199 (diff) | |
download | gentoo-2-be6faf7b2c8ca81f8ca96952f84f56141e253c6d.tar.gz gentoo-2-be6faf7b2c8ca81f8ca96952f84f56141e253c6d.tar.bz2 gentoo-2-be6faf7b2c8ca81f8ca96952f84f56141e253c6d.zip |
Stable on ppc64; bug #156293
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/m4/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/m4/m4-1.4.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/m4/ChangeLog b/sys-devel/m4/ChangeLog index 78ca77c81279..12ca1b322812 100644 --- a/sys-devel/m4/ChangeLog +++ b/sys-devel/m4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/m4 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.69 2006/12/01 14:56:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.70 2006/12/01 16:17:00 corsair Exp $ + + 01 Dec 2006; Markus Rothe <corsair@gentoo.org> m4-1.4.7.ebuild: + Stable on ppc64; bug #156293 01 Dec 2006; nixnut <nixnut@gentoo.org> m4-1.4.7.ebuild: Stable on ppc wrt bug 156293 diff --git a/sys-devel/m4/m4-1.4.7.ebuild b/sys-devel/m4/m4-1.4.7.ebuild index 8ca1d3a51ca3..81fcbc3487fc 100644 --- a/sys-devel/m4/m4-1.4.7.ebuild +++ b/sys-devel/m4/m4-1.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.7.ebuild,v 1.8 2006/12/01 14:56:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.7.ebuild,v 1.9 2006/12/01 16:17:00 corsair Exp $ #inherit toolchain-funcs @@ -11,7 +11,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" DEPEND="nls? ( sys-devel/gettext )" |