diff options
author | 2013-09-21 13:49:18 +0000 | |
---|---|---|
committer | 2013-09-21 13:49:18 +0000 | |
commit | 5df610fac00ca581c251e2095385f6a6f1d80e0d (patch) | |
tree | c03bc3375272f7747230ec4c622802fb193fdea3 /app-admin | |
parent | Stable for amd64, wrt bug #480058 (diff) | |
download | gentoo-2-5df610fac00ca581c251e2095385f6a6f1d80e0d.tar.gz gentoo-2-5df610fac00ca581c251e2095385f6a6f1d80e0d.tar.bz2 gentoo-2-5df610fac00ca581c251e2095385f6a6f1d80e0d.zip |
Stable for amd64, wrt bug #485502
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-bashcomp/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-admin/eselect-bashcomp/ChangeLog b/app-admin/eselect-bashcomp/ChangeLog index d4cc49f326d2..5c1280e8a910 100644 --- a/app-admin/eselect-bashcomp/ChangeLog +++ b/app-admin/eselect-bashcomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect-bashcomp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/ChangeLog,v 1.3 2013/08/28 11:47:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/ChangeLog,v 1.4 2013/09/21 13:49:18 ago Exp $ + + 21 Sep 2013; Agostino Sarubbo <ago@gentoo.org> eselect-bashcomp-1.3.6.ebuild: + Stable for amd64, wrt bug #485502 28 Aug 2013; Raúl Porcel <armin76@gentoo.org> eselect-bashcomp-1.3.6.ebuild: Add ~s390 wrt #482782 @@ -15,4 +18,3 @@ Initial import, split off from app-admin/eselect, keywords carried over from there. This package is a stopgap solution to make the bashcomp.eselect module available to previous versions of app-shells/bash-completion. - diff --git a/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild b/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild index 320d62d3cef4..8de4bd3be576 100644 --- a/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild +++ b/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild,v 1.4 2013/08/28 11:52:25 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild,v 1.5 2013/09/21 13:49:18 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/eselect-${PV}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" RDEPEND=">=app-admin/eselect-1.3.8" |