diff options
author | 2013-11-05 15:26:19 +0000 | |
---|---|---|
committer | 2013-11-05 15:26:19 +0000 | |
commit | d55f4cc9e7fd82b71870ec90abac2b77f247005e (patch) | |
tree | 69cb9c56e306ba7709172f6018587951b815e4bb /app-vim/bash-support | |
parent | Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkan... (diff) | |
download | gentoo-2-d55f4cc9e7fd82b71870ec90abac2b77f247005e.tar.gz gentoo-2-d55f4cc9e7fd82b71870ec90abac2b77f247005e.tar.bz2 gentoo-2-d55f4cc9e7fd82b71870ec90abac2b77f247005e.zip |
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani in bug #481870.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'app-vim/bash-support')
-rw-r--r-- | app-vim/bash-support/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/bash-support/bash-support-3.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/bash-support/ChangeLog b/app-vim/bash-support/ChangeLog index 121e8cad137b..dfe11cbc2cd9 100644 --- a/app-vim/bash-support/ChangeLog +++ b/app-vim/bash-support/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/bash-support # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/bash-support/ChangeLog,v 1.10 2013/01/13 19:20:37 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/bash-support/ChangeLog,v 1.11 2013/11/05 15:26:19 chainsaw Exp $ + + 05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> bash-support-3.12.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani in bug #481870. *bash-support-3.12 (13 Jan 2013) diff --git a/app-vim/bash-support/bash-support-3.12.ebuild b/app-vim/bash-support/bash-support-3.12.ebuild index 1b717bf18659..2f0ddef3e1a8 100644 --- a/app-vim/bash-support/bash-support-3.12.ebuild +++ b/app-vim/bash-support/bash-support-3.12.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-vim/bash-support/bash-support-3.12.ebuild,v 1.1 2013/01/13 19:20:37 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/bash-support/bash-support-3.12.ebuild,v 1.2 2013/11/05 15:26:19 chainsaw Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: Bash-IDE - Write and run bash scripts using menus and hotkeys" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=365" LICENSE="public-domain" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" VIM_PLUGIN_HELPFILES="${PN}" |