diff options
author | Olivier Reisch <doctomoe@gentoo.org> | 2002-09-19 11:52:03 +0000 |
---|---|---|
committer | Olivier Reisch <doctomoe@gentoo.org> | 2002-09-19 11:52:03 +0000 |
commit | f27326be2780b838023abbc5a37fb7c9aec1d72e (patch) | |
tree | f28e28facc0c4da9278fc21ff87c2ea3ba9e1c4b /dev-util | |
parent | This is all m4 macros and shell scripts. These are fine on PPC. (diff) | |
download | gentoo-2-f27326be2780b838023abbc5a37fb7c9aec1d72e.tar.gz gentoo-2-f27326be2780b838023abbc5a37fb7c9aec1d72e.tar.bz2 gentoo-2-f27326be2780b838023abbc5a37fb7c9aec1d72e.zip |
Added ppc keyword to ctags-5.2.3.ebuild
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ctags/ctags-5.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog index 4312700352a2..b53a7d64fa44 100644 --- a/dev-util/ctags/ChangeLog +++ b/dev-util/ctags/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-util/ctags # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.2 2002/05/20 04:29:04 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.3 2002/09/19 11:52:03 doctomoe Exp $ *ctags-5.2.3 (19 May 2002) + 19 Sep 2002; Olivier Reisch <doctomoe@gentoo.org> ctags-5.2.3.ebuild: + Added ppc keyword + 19 May 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, ctags-5.2.3.ebuild, files/digest-ctags-5.2.4 : diff --git a/dev-util/ctags/ctags-5.2.3.ebuild b/dev-util/ctags/ctags-5.2.3.ebuild index 6b06bd59c1e9..ab429c474f3a 100644 --- a/dev-util/ctags/ctags-5.2.3.ebuild +++ b/dev-util/ctags/ctags-5.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.2.3.ebuild,v 1.4 2002/08/16 04:04:41 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.2.3.ebuild,v 1.5 2002/09/19 11:52:03 doctomoe Exp $ S=${WORKDIR}/${P} 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." @@ -11,7 +11,7 @@ DEPEND="${RDEPEND}" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64" src_compile() { econf \ |