diff options
author | Tom Gall <tgall@gentoo.org> | 2005-11-26 17:17:13 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-11-26 17:17:13 +0000 |
commit | 98e1c94bb50499ca20b71a3dc331a4118593c573 (patch) | |
tree | f1be74be301bf97526ab3d4bb4d1d5a4b206bec1 /dev-util | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-98e1c94bb50499ca20b71a3dc331a4118593c573.tar.gz gentoo-2-98e1c94bb50499ca20b71a3dc331a4118593c573.tar.bz2 gentoo-2-98e1c94bb50499ca20b71a3dc331a4118593c573.zip |
stable on ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/ctags/ctags-5.5.4-r2.ebuild | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog index b423843bebda..17ab9e90789c 100644 --- a/dev-util/ctags/ChangeLog +++ b/dev-util/ctags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ctags # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.43 2005/11/25 22:27:24 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.44 2005/11/26 17:17:13 tgall Exp $ + + 26 Nov 2005; Tom Gall <tgall@gentoo.org> ctags-5.5.4-r2.ebuild: + stable on ppc64 25 Nov 2005; Andrej Kacian <ticho@gentoo.org> ctags-5.5.4-r2.ebuild: Stable on x86, bug #113573. @@ -46,13 +49,13 @@ 31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance - 30 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> ctags-5.5.4-r1.ebuild: + 30 Dec 2004; Bryan Ãstergaard <kloeri@gentoo.org> ctags-5.5.4-r1.ebuild: Stable on alpha. 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> ctags-5.5.4-r1.ebuild: x86, sparc, mips stable - 10 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> ctags-5.5.4.ebuild: + 10 Oct 2004; Bryan Ãstergaard <kloeri@gentoo.org> ctags-5.5.4.ebuild: Stable on alpha. 09 Oct 2004; Guy Martin <gmsoft@gentoo.org> ctags-5.5.4.ebuild: diff --git a/dev-util/ctags/ctags-5.5.4-r2.ebuild b/dev-util/ctags/ctags-5.5.4-r2.ebuild index 633a629334a0..6fb481eed518 100644 --- a/dev-util/ctags/ctags-5.5.4-r2.ebuild +++ b/dev-util/ctags/ctags-5.5.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-r2.ebuild,v 1.5 2005/11/26 09:30:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.4-r2.ebuild,v 1.6 2005/11/26 17:17:13 tgall Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc-macos ~ppc64 s390 sh ~sparc x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc-macos ppc64 s390 sh ~sparc x86" IUSE="" |