summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Seidel <tuxus@gentoo.org>2002-12-12 22:25:48 +0000
committerJan Seidel <tuxus@gentoo.org>2002-12-12 22:25:48 +0000
commit0703d83ad618b67acd4295cbbecd555e514b730c (patch)
tree7cd98075ddfcadcfe7b11300d41b20dfefb193d6 /sys-devel/m4
parentBump to latest version. Fixes issues with gcc3.x (diff)
downloadgentoo-2-0703d83ad618b67acd4295cbbecd555e514b730c.tar.gz
gentoo-2-0703d83ad618b67acd4295cbbecd555e514b730c.tar.bz2
gentoo-2-0703d83ad618b67acd4295cbbecd555e514b730c.zip
Added mips to keywords
Diffstat (limited to 'sys-devel/m4')
-rw-r--r--sys-devel/m4/ChangeLog5
-rw-r--r--sys-devel/m4/m4-1.4p.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/m4/ChangeLog b/sys-devel/m4/ChangeLog
index 85a5a262936d..2207160141e3 100644
--- a/sys-devel/m4/ChangeLog
+++ b/sys-devel/m4/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/m4
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.3 2002/12/09 04:37:27 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.4 2002/12/12 22:25:48 tuxus Exp $
+
+ 12 Dec 2002; Jan Seidel <tuxus@gentoo.org> m4-1.4p.ebuild :
+ Added mips to keywords.
\* Autoupdate keywords (12-6-02)
06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords
diff --git a/sys-devel/m4/m4-1.4p.ebuild b/sys-devel/m4/m4-1.4p.ebuild
index 194df4038641..0ea0d18a7790 100644
--- a/sys-devel/m4/m4-1.4p.ebuild
+++ b/sys-devel/m4/m4-1.4p.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4p.ebuild,v 1.11 2002/12/09 04:37:27 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4p.ebuild,v 1.12 2002/12/12 22:25:48 tuxus Exp $
inherit gnuconfig
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.seindal.dk/gnu/${MY_P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/m4/m4.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha"
+KEYWORDS="x86 ppc sparc alpha mips"
DEPEND="virtual/glibc
nls? ( sys-devel/gettext )