summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Seidel <tuxus@gentoo.org>2003-09-29 15:12:29 +0000
committerJan Seidel <tuxus@gentoo.org>2003-09-29 15:12:29 +0000
commit2f92e7b306c7f06d5eb35dcb2dc704a29716d857 (patch)
tree0842cfe50df01de8fb26e286cc62c7b8a4ced670 /dev-util
parentmark gtkpod 0.52 stable (diff)
downloadgentoo-2-2f92e7b306c7f06d5eb35dcb2dc704a29716d857.tar.gz
gentoo-2-2f92e7b306c7f06d5eb35dcb2dc704a29716d857.tar.bz2
gentoo-2-2f92e7b306c7f06d5eb35dcb2dc704a29716d857.zip
Mark stable on mips
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ctags/ChangeLog5
-rw-r--r--dev-util/ctags/ctags-5.5-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog
index ce7b3dc788eb..2b012c81b318 100644
--- a/dev-util/ctags/ChangeLog
+++ b/dev-util/ctags/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-util/ctags
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.8 2003/05/26 16:27:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.9 2003/09/29 15:12:29 tuxus Exp $
*ctags-5.5-r1 (26 May 2003)
+ 29 Sep 2003; Jan Seidel <tuxus@gentoo.org> ctags-5.5-r1.ebuild:
+ Mark stable on mips.
+
26 May 2003; Aron Griffis <agriffis@gentoo.org> ctags-5.5-r1.ebuild:
Fix bug 20405 by adding --enable-tmpdir=/tmp. Mark stable on alpha and x86.
diff --git a/dev-util/ctags/ctags-5.5-r1.ebuild b/dev-util/ctags/ctags-5.5-r1.ebuild
index 87bf8a2e6bb7..3013b93299c9 100644
--- a/dev-util/ctags/ctags-5.5-r1.ebuild
+++ b/dev-util/ctags/ctags-5.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5-r1.ebuild,v 1.2 2003/09/06 08:39:20 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5-r1.ebuild,v 1.3 2003/09/29 15:12:29 tuxus Exp $
DESCRIPTION="Ctags generates an index (or tag) file of C language objects found in C source and header files that allows these items to be quickly and easily located by a text editor or other utility. Currently supports 22 programming languages."
SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz"
@@ -10,7 +10,7 @@ DEPEND="${RDEPEND}"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="alpha x86 ~ppc ~sparc"
+KEYWORDS="alpha x86 ~ppc ~sparc mips"
IUSE=""
src_compile() {