diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-07 16:44:39 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-07 16:44:39 +0000 |
commit | d82f06e7b3b985270d69fdb269067124862a369a (patch) | |
tree | 5b91f94bf112778292151697ed355fc0b351296d /app-admin | |
parent | Marked ppc stable for bug #297476. (diff) | |
download | gentoo-2-d82f06e7b3b985270d69fdb269067124862a369a.tar.gz gentoo-2-d82f06e7b3b985270d69fdb269067124862a369a.tar.bz2 gentoo-2-d82f06e7b3b985270d69fdb269067124862a369a.zip |
stable x86, bug 299974
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-ctags/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/eselect-ctags/eselect-ctags-1.13.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-admin/eselect-ctags/ChangeLog b/app-admin/eselect-ctags/ChangeLog index 672093e2465d..2c3169346b61 100644 --- a/app-admin/eselect-ctags/ChangeLog +++ b/app-admin/eselect-ctags/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/eselect-ctags -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.44 2009/12/09 22:00:40 ulm Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.45 2010/01/07 16:44:39 fauli Exp $ + + 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + eselect-ctags-1.13.ebuild: + stable x86, bug 299974 *eselect-ctags-1.13 (09 Dec 2009) diff --git a/app-admin/eselect-ctags/eselect-ctags-1.13.ebuild b/app-admin/eselect-ctags/eselect-ctags-1.13.ebuild index c962b55f0aee..72820202deac 100644 --- a/app-admin/eselect-ctags/eselect-ctags-1.13.ebuild +++ b/app-admin/eselect-ctags/eselect-ctags-1.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.13.ebuild,v 1.1 2009/12/09 22:00:40 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.13.ebuild,v 1.2 2010/01/07 16:44:39 fauli Exp $ MY_P="eselect-emacs-${PV}" DESCRIPTION="Manages ctags implementations" @@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="" |