diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-10-25 05:20:06 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-10-25 05:20:06 +0000 |
commit | dfd1b70a9be72f35d4502802d6862c4577265aff (patch) | |
tree | 25f17f2eedaa7fa444562135aedecd30176c062b /sys-devel | |
parent | stable x86; the intensive care unit is in our tree, will it be cheap (diff) | |
download | gentoo-2-dfd1b70a9be72f35d4502802d6862c4577265aff.tar.gz gentoo-2-dfd1b70a9be72f35d4502802d6862c4577265aff.tar.bz2 gentoo-2-dfd1b70a9be72f35d4502802d6862c4577265aff.zip |
stable x86
(Portage version: 2.1.1)
Diffstat (limited to 'sys-devel')
-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 ad91988b4392..bde9e0652d19 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.60 2006/10/23 19:26:01 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.61 2006/10/25 05:20:06 tsunam Exp $ + + 25 Oct 2006; Joshua Jackson <tsunam@gentoo.org> m4-1.4.6.ebuild: + Stable x86; bug #149046 23 Oct 2006; Markus Rothe <corsair@gentoo.org> m4-1.4.6.ebuild: Stable on ppc64; bug #149046 diff --git a/sys-devel/m4/m4-1.4.6.ebuild b/sys-devel/m4/m4-1.4.6.ebuild index 147d99db18da..464bc531b6b9 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.6 2006/10/23 19:26:01 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.6.ebuild,v 1.7 2006/10/25 05:20:06 tsunam 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 )" |