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 | a1ec76c53668f9b978d25c00eb7ebdc3c3bc5da7 (patch) | |
tree | ea0754a8e16413ad09396236fb01febb44828480 /sys-devel/m4/m4-1.4.4.ebuild | |
parent | Block bsdtar 1.2.51 that includes libarchive, too. (diff) | |
download | historical-a1ec76c53668f9b978d25c00eb7ebdc3c3bc5da7.tar.gz historical-a1ec76c53668f9b978d25c00eb7ebdc3c3bc5da7.tar.bz2 historical-a1ec76c53668f9b978d25c00eb7ebdc3c3bc5da7.zip |
Stable on alpha as per bug #126363
Package-Manager: portage-2.0.54
Diffstat (limited to 'sys-devel/m4/m4-1.4.4.ebuild')
-rw-r--r-- | sys-devel/m4/m4-1.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 )" |