diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2004-07-24 06:50:11 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2004-07-24 06:50:11 +0000 |
commit | f83a5f55c45a886509e246a7602df63a82dd022f (patch) | |
tree | cd92b5c2ceed08b3008d51895b3b9d0414a87fa6 /dev-util | |
parent | Stable x86, amd64, sparc. (diff) | |
download | historical-f83a5f55c45a886509e246a7602df63a82dd022f.tar.gz historical-f83a5f55c45a886509e246a7602df63a82dd022f.tar.bz2 historical-f83a5f55c45a886509e246a7602df63a82dd022f.zip |
Stable on macos as per bug 57927.
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ctags/ctags-5.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog index 5cbb416f4471..2acc89a90746 100644 --- a/dev-util/ctags/ChangeLog +++ b/dev-util/ctags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ctags # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.24 2004/07/02 05:04:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.25 2004/07/24 06:50:11 gongloo Exp $ + + 24 Jul 2004; Hasan Khalil <gongloo@gentoo.org> ctags-5.5.4.ebuild: + Stable on macos as per Bug 57927. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ctags-5.2.3.ebuild, ctags-5.5-r1.ebuild, ctags-5.5.4.ebuild, ctags-5.5.ebuild: diff --git a/dev-util/ctags/ctags-5.5.4.ebuild b/dev-util/ctags/ctags-5.5.4.ebuild index ae3e0e3adfdb..300bbcfc8309 100644 --- a/dev-util/ctags/ctags-5.5.4.ebuild +++ b/dev-util/ctags/ctags-5.5.4.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.4.ebuild,v 1.5 2004/07/02 05:04:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.4.ebuild,v 1.6 2004/07/24 06:50:11 gongloo 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 33 programming languages." HOMEPAGE="http://ctags.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa amd64 ~ia64 ~ppc64 ~s390 macos" IUSE="" DEPEND="virtual/libc" |