diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-11-25 22:27:24 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-11-25 22:27:24 +0000 |
commit | 92d79729a0165dc9deeeaaa0bff54ef8a1500654 (patch) | |
tree | b1f81e952491266c74fca84c7ba7097612b78e89 /dev-util | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-92d79729a0165dc9deeeaaa0bff54ef8a1500654.tar.gz gentoo-2-92d79729a0165dc9deeeaaa0bff54ef8a1500654.tar.bz2 gentoo-2-92d79729a0165dc9deeeaaa0bff54ef8a1500654.zip |
Stable on x86, bug #113573.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ctags/ctags-5.5.4-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog index 73afdf2ccf7c..b423843bebda 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.42 2005/11/21 20:56:29 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.43 2005/11/25 22:27:24 ticho Exp $ + + 25 Nov 2005; Andrej Kacian <ticho@gentoo.org> ctags-5.5.4-r2.ebuild: + Stable on x86, bug #113573. 21 Nov 2005; Ciaran McCreesh <ciaranm@gentoo.org> ctags-5.2.3.ebuild, ctags-5.5.ebuild, ctags-5.5-r1.ebuild, 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 0783d92b4fda..affdeeea0801 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.3 2005/11/21 20:56:29 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.4-r2.ebuild,v 1.4 2005/11/25 22:27:24 ticho 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="" |