diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-08-19 01:56:43 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-08-19 01:56:43 +0000 |
commit | d138643ac5615a42fab0b402f89a58fb6857cbe7 (patch) | |
tree | a46a76ac4e6fcc2508aa8a4d03e148a46ecb4eca /dev-util | |
parent | Added dies to update lines to catch potential update problems on amd64. (Mani... (diff) | |
download | gentoo-2-d138643ac5615a42fab0b402f89a58fb6857cbe7.tar.gz gentoo-2-d138643ac5615a42fab0b402f89a58fb6857cbe7.tar.bz2 gentoo-2-d138643ac5615a42fab0b402f89a58fb6857cbe7.zip |
macos stable
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ctags-5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ctags/ctags-5.5.ebuild b/dev-util/ctags/ctags-5.5.ebuild index 0065e74e9543..6d1f840af6e1 100644 --- a/dev-util/ctags/ctags-5.5.ebuild +++ b/dev-util/ctags/ctags-5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.ebuild,v 1.8 2004/07/02 05:04:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.ebuild,v 1.9 2004/08/19 01:51:48 pvdabeel 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." HOMEPAGE="http://ctags.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc macos" IUSE="" DEPEND="virtual/libc" |