diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-06-27 09:11:23 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-06-27 09:11:23 +0000 |
commit | f442d85c9c7104dc907e13ca39bf3f58169bb833 (patch) | |
tree | 3ef0e19d27042ba68f6d7b7d2c7ec6eb428d3c58 /app-admin | |
parent | amd64 stable wrt bug #229545 (diff) | |
download | gentoo-2-f442d85c9c7104dc907e13ca39bf3f58169bb833.tar.gz gentoo-2-f442d85c9c7104dc907e13ca39bf3f58169bb833.tar.bz2 gentoo-2-f442d85c9c7104dc907e13ca39bf3f58169bb833.zip |
amd64 stable wrt bug #229605
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r3 x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-ctags/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/eselect-ctags/eselect-ctags-1.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/eselect-ctags/ChangeLog b/app-admin/eselect-ctags/ChangeLog index fd2f922b03eb..512a0a8b653f 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.12 2008/06/26 16:15:20 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.13 2008/06/27 09:11:23 coldwind Exp $ + + 27 Jun 2008; Santiago M. Mola <coldwind@gentoo.org> + eselect-ctags-1.5.ebuild: + amd64 stable wrt bug #229605 26 Jun 2008; nixnut <nixnut@gentoo.org> eselect-ctags-1.5.ebuild: Stable on ppc wrt bug 229605 diff --git a/app-admin/eselect-ctags/eselect-ctags-1.5.ebuild b/app-admin/eselect-ctags/eselect-ctags-1.5.ebuild index 2d474d729487..a9bda6fef285 100644 --- a/app-admin/eselect-ctags/eselect-ctags-1.5.ebuild +++ b/app-admin/eselect-ctags/eselect-ctags-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.5.ebuild,v 1.2 2008/06/26 16:15:20 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.5.ebuild,v 1.3 2008/06/27 09:11:23 coldwind 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 ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" DEPEND="" |