diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-03-19 21:04:19 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2006-03-19 21:04:19 +0000 |
commit | 31ac2bfa3391eaa89ca85efaf4ca7ef21cb1e3a5 (patch) | |
tree | 33762ecaea48b7ca3807e0d7aa7a1724715a8349 /sys-devel/m4 | |
parent | Block bsdtar 1.2.51 that includes libarchive, too. (diff) | |
download | gentoo-2-31ac2bfa3391eaa89ca85efaf4ca7ef21cb1e3a5.tar.gz gentoo-2-31ac2bfa3391eaa89ca85efaf4ca7ef21cb1e3a5.tar.bz2 gentoo-2-31ac2bfa3391eaa89ca85efaf4ca7ef21cb1e3a5.zip |
Stable on alpha as per bug #126363
(Portage version: 2.0.54)
Diffstat (limited to 'sys-devel/m4')
-rw-r--r-- | sys-devel/m4/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/m4/m4-1.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/m4/ChangeLog b/sys-devel/m4/ChangeLog index b1153c89970b..006dd47e1bb6 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.50 2006/03/17 19:24:45 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.51 2006/03/19 21:04:19 ferdy Exp $ + + 19 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> m4-1.4.4.ebuild: + Stable on alpha as per bug #126363 17 Mar 2006; Fabian Groffen <grobian@gentoo.org> m4-1.4.4.ebuild: Marked ~ppc-macos for progressive users (bug #126363) diff --git a/sys-devel/m4/m4-1.4.4.ebuild b/sys-devel/m4/m4-1.4.4.ebuild index 7f7548c2bc42..17365c182182 100644 --- a/sys-devel/m4/m4-1.4.4.ebuild +++ b/sys-devel/m4/m4-1.4.4.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.4.ebuild,v 1.8 2006/03/17 19:24:45 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.4.ebuild,v 1.9 2006/03/19 21:04:19 ferdy 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 ~ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" |