diff options
author | Tom Gall <tgall@gentoo.org> | 2004-03-14 19:32:47 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-03-14 19:32:47 +0000 |
commit | b5b47fabdff608e82f4d2f2866ccecc25c6eaedc (patch) | |
tree | 6a91446ea60d4b3dd71f27cf8486b0769a8b7fc0 /dev-util | |
parent | marked stable on ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-b5b47fabdff608e82f4d2f2866ccecc25c6eaedc.tar.gz gentoo-2-b5b47fabdff608e82f4d2f2866ccecc25c6eaedc.tar.bz2 gentoo-2-b5b47fabdff608e82f4d2f2866ccecc25c6eaedc.zip |
ppc64 marked stable
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ctags/ctags-5.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog index 0298db00013f..2f61d15e0995 100644 --- a/dev-util/ctags/ChangeLog +++ b/dev-util/ctags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ctags # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.14 2004/03/13 01:41:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.15 2004/03/14 19:32:47 tgall Exp $ + + 14 Mar 2004; Tom Gall <tgall@gentoo.org> ctags-5.5-r1.ebuild: + mark ppc64 stable 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> ctags-5.2.3.ebuild, ctags-5.5-r1.ebuild, ctags-5.5.ebuild: diff --git a/dev-util/ctags/ctags-5.5-r1.ebuild b/dev-util/ctags/ctags-5.5-r1.ebuild index 5e2674ad0e96..e27ecd3aa451 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-2004 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.9 2004/03/13 01:41:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5-r1.ebuild,v 1.10 2004/03/14 19:32:47 tgall 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="amd64 alpha x86 ~ppc sparc mips hppa ia64" +KEYWORDS="amd64 alpha x86 ~ppc sparc mips hppa ia64 ppc64" IUSE="" src_compile() { |