diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-16 06:38:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-16 06:38:40 +0000 |
commit | 8c8a719eb926aacea6172c91b15ac4ca8ae4ae29 (patch) | |
tree | a2753d17787a7ad952a4237245e11c48f2f69c15 /app-admin | |
parent | Bug fix release (diff) | |
download | gentoo-2-8c8a719eb926aacea6172c91b15ac4ca8ae4ae29.tar.gz gentoo-2-8c8a719eb926aacea6172c91b15ac4ca8ae4ae29.tar.bz2 gentoo-2-8c8a719eb926aacea6172c91b15ac4ca8ae4ae29.zip |
Stable on amd64 and x86, bug 507272.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-ctags/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/eselect-ctags/eselect-ctags-1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/eselect-ctags/ChangeLog b/app-admin/eselect-ctags/ChangeLog index c191233f5709..fb39d83e205d 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.80 2014/04/18 05:43:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.81 2014/05/16 06:38:40 ulm Exp $ + + 16 May 2014; Ulrich Müller <ulm@gentoo.org> eselect-ctags-1.16.ebuild: + Stable on amd64 and x86, bug 507272. 18 Apr 2014; Markus Meier <maekke@gentoo.org> eselect-ctags-1.16.ebuild: arm stable, bug #507272 diff --git a/app-admin/eselect-ctags/eselect-ctags-1.16.ebuild b/app-admin/eselect-ctags/eselect-ctags-1.16.ebuild index 11826713dc81..76da8428e499 100644 --- a/app-admin/eselect-ctags/eselect-ctags-1.16.ebuild +++ b/app-admin/eselect-ctags/eselect-ctags-1.16.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.16.ebuild,v 1.3 2014/04/18 05:43:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.16.ebuild,v 1.4 2014/05/16 06:38:40 ulm 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" |