diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-13 20:43:31 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-13 20:43:31 +0000 |
commit | 4d99d9e123794507501a9d189e8ff8e8314ce0ef (patch) | |
tree | 89b04908837fb19e7cebbbcf7dc1f3e03c57454f /app-admin | |
parent | Fix qa warning. Wrt bug#424775. (diff) | |
download | gentoo-2-4d99d9e123794507501a9d189e8ff8e8314ce0ef.tar.gz gentoo-2-4d99d9e123794507501a9d189e8ff8e8314ce0ef.tar.bz2 gentoo-2-4d99d9e123794507501a9d189e8ff8e8314ce0ef.zip |
Stable ppc64, bug #431206
(Portage version: 2.1.11.9/cvs/Linux 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.14.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/eselect-ctags/ChangeLog b/app-admin/eselect-ctags/ChangeLog index bf3599704749..3ac1872c95e4 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.59 2012/08/13 18:35:35 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.60 2012/08/13 20:43:31 blueness Exp $ + + 13 Aug 2012; Anthony G. Basile <blueness@gentoo.org> + eselect-ctags-1.14.ebuild: + Stable ppc64, bug #431206 13 Aug 2012; Anthony G. Basile <blueness@gentoo.org> eselect-ctags-1.14.ebuild: diff --git a/app-admin/eselect-ctags/eselect-ctags-1.14.ebuild b/app-admin/eselect-ctags/eselect-ctags-1.14.ebuild index a3df20501b2b..b0bd1b240c9d 100644 --- a/app-admin/eselect-ctags/eselect-ctags-1.14.ebuild +++ b/app-admin/eselect-ctags/eselect-ctags-1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.14.ebuild,v 1.6 2012/08/13 18:35:35 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.14.ebuild,v 1.7 2012/08/13 20:43:31 blueness Exp $ EAPI=4 @@ -11,7 +11,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 ~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" IUSE="" DEPEND="" |