diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2012-02-12 01:16:30 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2012-02-12 01:16:30 +0000 |
commit | 696c7a7aa82a077e98ab56bae9372c23c29ea862 (patch) | |
tree | df7afdae985baadd3578ee04a049701955baf932 /dev-util | |
parent | Marked stable on PPC64 as requested by Mike "vapier" Frysinger in bug #387601... (diff) | |
download | gentoo-2-696c7a7aa82a077e98ab56bae9372c23c29ea862.tar.gz gentoo-2-696c7a7aa82a077e98ab56bae9372c23c29ea862.tar.bz2 gentoo-2-696c7a7aa82a077e98ab56bae9372c23c29ea862.zip |
Marked stable on PPC64 as requested by Denilson Sá in bug #387175. Compile tested on a PowerMac7,3 (64UL) with GCC 4.5.3.
(Portage version: 2.1.10.44/cvs/Linux ppc64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/ctags/ctags-5.8.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog index 99c34bb3f647..5d80c3e8c101 100644 --- a/dev-util/ctags/ChangeLog +++ b/dev-util/ctags/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/ctags -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.81 2011/11/07 00:20:33 ranger Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.82 2012/02/12 01:16:30 chainsaw Exp $ + + 12 Feb 2012; Tony Vroon <chainsaw@gentoo.org> ctags-5.8.ebuild: + Marked stable on PPC64 as requested by Denilson Sá in bug #387175. + Compile tested on a PowerMac7,3 (64UL) with GCC 4.5.3. 07 Nov 2011; Brent Baude <ranger@gentoo.org> ctags-5.8.ebuild: Marking ctags-5.8 ppc for bug 387175 diff --git a/dev-util/ctags/ctags-5.8.ebuild b/dev-util/ctags/ctags-5.8.ebuild index 644f7bc0dd3a..c7cb997838a3 100644 --- a/dev-util/ctags/ctags-5.8.ebuild +++ b/dev-util/ctags/ctags-5.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.8.ebuild,v 1.8 2011/11/07 00:20:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.8.ebuild,v 1.9 2012/02/12 01:16:30 chainsaw Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="ada" DEPEND="app-admin/eselect-ctags" |