diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-10-14 11:38:16 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-10-14 11:38:16 +0000 |
commit | 1ee427a7bd2bbfc2f19e7c42684850409a255918 (patch) | |
tree | 4dc8dc137847072142aeae37d70e35028117f3e1 /app-shells | |
parent | Fix configure error. Bug #524992 (diff) | |
download | gentoo-2-1ee427a7bd2bbfc2f19e7c42684850409a255918.tar.gz gentoo-2-1ee427a7bd2bbfc2f19e7c42684850409a255918.tar.bz2 gentoo-2-1ee427a7bd2bbfc2f19e7c42684850409a255918.zip |
Stable on alpha, bug 517718
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index be5f8d57c8c6..b1ba4a04b394 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash-completion # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.270 2014/10/13 09:40:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.271 2014/10/14 11:38:16 klausman Exp $ + + 14 Oct 2014; Tobias Klausmann <klausman@gentoo.org> + bash-completion-2.1.ebuild: + Stable on alpha, bug 517718 13 Oct 2014; Michał Górny <mgorny@gentoo.org> bash-completion-2.1-r90.ebuild: Suggest removing old setup symlinks as well. diff --git a/app-shells/bash-completion/bash-completion-2.1.ebuild b/app-shells/bash-completion/bash-completion-2.1.ebuild index 3ff4bef6c792..b8471718d92a 100644 --- a/app-shells/bash-completion/bash-completion-2.1.ebuild +++ b/app-shells/bash-completion/bash-completion-2.1.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-shells/bash-completion/bash-completion-2.1.ebuild,v 1.6 2014/01/19 10:12:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1.ebuild,v 1.7 2014/10/14 11:38:16 klausman Exp $ EAPI=5 inherit prefix @@ -11,7 +11,7 @@ SRC_URI="http://bash-completion.alioth.debian.org/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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 ~arm64 ~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" IUSE="" RDEPEND="|| ( app-admin/eselect-bashcomp <app-admin/eselect-1.3.7 ) |