diff options
Diffstat (limited to 'app-vim/vcscommand')
-rw-r--r-- | app-vim/vcscommand/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.47.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/vcscommand/ChangeLog b/app-vim/vcscommand/ChangeLog index 5f498766427d..c98fd99abbcc 100644 --- a/app-vim/vcscommand/ChangeLog +++ b/app-vim/vcscommand/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vcscommand -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.30 2013/06/01 22:23:23 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.31 2014/12/14 04:38:26 radhermit Exp $ + + 14 Dec 2014; Tim Harder <radhermit@gentoo.org> vcscommand-1.99.47.ebuild: + Stabilize for amd64, ppc, and x86. *vcscommand-1.99.47 (01 Jun 2013) diff --git a/app-vim/vcscommand/vcscommand-1.99.47.ebuild b/app-vim/vcscommand/vcscommand-1.99.47.ebuild index 35ca58a84a06..ff291990b353 100644 --- a/app-vim/vcscommand/vcscommand-1.99.47.ebuild +++ b/app-vim/vcscommand/vcscommand-1.99.47.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.47.ebuild,v 1.1 2013/06/01 22:23:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.47.ebuild,v 1.2 2014/12/14 04:38:26 radhermit Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" LICENSE="MIT" -KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" RDEPEND="!app-vim/cvscommand" |