diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-18 18:44:21 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-18 18:44:21 +0000 |
commit | d6f93cb46d900332a75fe829876db1dbb9b390d6 (patch) | |
tree | 6c09678131f5fde05fb0dcc37fffb90bd36127b1 /sys-devel/m4 | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-d6f93cb46d900332a75fe829876db1dbb9b390d6.tar.gz gentoo-2-d6f93cb46d900332a75fe829876db1dbb9b390d6.tar.bz2 gentoo-2-d6f93cb46d900332a75fe829876db1dbb9b390d6.zip |
Stable on ppc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-devel/m4')
-rw-r--r-- | sys-devel/m4/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/m4/m4-1.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/m4/ChangeLog b/sys-devel/m4/ChangeLog index aaa510af346b..a28c1365569b 100644 --- a/sys-devel/m4/ChangeLog +++ b/sys-devel/m4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/m4 # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.40 2005/08/16 13:02:21 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.41 2005/08/18 18:42:11 hansmi Exp $ + + 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> m4-1.4.3.ebuild: + Stable on ppc. 16 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> m4-1.4.3.ebuild: Stable on sparc diff --git a/sys-devel/m4/m4-1.4.3.ebuild b/sys-devel/m4/m4-1.4.3.ebuild index ec49800a5b08..411da6624476 100644 --- a/sys-devel/m4/m4-1.4.3.ebuild +++ b/sys-devel/m4/m4-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.3.ebuild,v 1.7 2005/08/16 13:02:21 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.3.ebuild,v 1.8 2005/08/18 18:42:11 hansmi Exp $ inherit eutils 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 x86" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" |