diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-10-23 19:26:01 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-10-23 19:26:01 +0000 |
commit | 246706c92422c537750ac57e6608b42eff16e77f (patch) | |
tree | 28f819da99e2414afc608e717d0bacb3674a52a7 /sys-devel/m4 | |
parent | 'static' USE-flag removed (was broken). Patch added for bug #146112. Fixing b... (diff) | |
download | gentoo-2-246706c92422c537750ac57e6608b42eff16e77f.tar.gz gentoo-2-246706c92422c537750ac57e6608b42eff16e77f.tar.bz2 gentoo-2-246706c92422c537750ac57e6608b42eff16e77f.zip |
Stable on ppc64; bug #149046
(Portage version: 2.1.1-r1)
Diffstat (limited to 'sys-devel/m4')
-rw-r--r-- | sys-devel/m4/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/m4/m4-1.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/m4/ChangeLog b/sys-devel/m4/ChangeLog index 91ea595a6405..ad91988b4392 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.59 2006/10/23 15:26:39 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.60 2006/10/23 19:26:01 corsair Exp $ + + 23 Oct 2006; Markus Rothe <corsair@gentoo.org> m4-1.4.6.ebuild: + Stable on ppc64; bug #149046 23 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> m4-1.4.6.ebuild: Stable on hppa wrt #149046 diff --git a/sys-devel/m4/m4-1.4.6.ebuild b/sys-devel/m4/m4-1.4.6.ebuild index f25466901f55..147d99db18da 100644 --- a/sys-devel/m4/m4-1.4.6.ebuild +++ b/sys-devel/m4/m4-1.4.6.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.6.ebuild,v 1.5 2006/10/23 15:26:39 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.6.ebuild,v 1.6 2006/10/23 19:26:01 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 ~ppc-macos ~ppc64 s390 sh sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ppc ~ppc-macos ppc64 s390 sh sparc ~x86 ~x86-fbsd" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" |