diff options
author | 2014-03-12 09:49:56 +0000 | |
---|---|---|
committer | 2014-03-12 09:49:56 +0000 | |
commit | 096ed7b204cd11ac7c9778952d0827250705bf3c (patch) | |
tree | 500d49ddbed35c86d6da72bb21b8d36a6bd0aa42 /app-admin | |
parent | Stable for sparc, wrt bug #503748 (diff) | |
download | gentoo-2-096ed7b204cd11ac7c9778952d0827250705bf3c.tar.gz gentoo-2-096ed7b204cd11ac7c9778952d0827250705bf3c.tar.bz2 gentoo-2-096ed7b204cd11ac7c9778952d0827250705bf3c.zip |
Stable for sparc, wrt bug #503108
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-ctags/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/eselect-ctags/eselect-ctags-1.15.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-admin/eselect-ctags/ChangeLog b/app-admin/eselect-ctags/ChangeLog index 3c2fd7615e82..00e38fcef023 100644 --- a/app-admin/eselect-ctags/ChangeLog +++ b/app-admin/eselect-ctags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect-ctags # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.71 2014/03/12 08:55:40 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.72 2014/03/12 09:49:56 ago Exp $ + + 12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> eselect-ctags-1.15.ebuild: + Stable for sparc, wrt bug #503108 12 Mar 2014; Chema Alonso <nimiux@gentoo.org> eselect-ctags-1.15.ebuild: Stable for amd64 wrt bug #503108 @@ -255,4 +258,3 @@ 21 Dec 2007; Ulrich Mueller <ulm@gentoo.org> +metadata.xml, +eselect-ctags-1.3.ebuild: Initial import. Split off from eselect-emacs to make vi users happy. - diff --git a/app-admin/eselect-ctags/eselect-ctags-1.15.ebuild b/app-admin/eselect-ctags/eselect-ctags-1.15.ebuild index 403d153ef233..2448f59c42c3 100644 --- a/app-admin/eselect-ctags/eselect-ctags-1.15.ebuild +++ b/app-admin/eselect-ctags/eselect-ctags-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.15.ebuild,v 1.5 2014/03/12 08:55:40 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.15.ebuild,v 1.6 2014/03/12 09:49:56 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="http://dev.gentoo.org/~ulm/emacs/${MY_P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-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" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-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" RDEPEND=">=app-admin/eselect-1.2.3" |