diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-14 09:17:25 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-14 09:17:25 +0000 |
commit | cddba018dbb8ddd675f1e19b26a0cf0fa380f743 (patch) | |
tree | 0c73562eea84c508d9e406d49073403aed576c85 /app-vim | |
parent | x86 stable wrt bug #393567 (diff) | |
download | gentoo-2-cddba018dbb8ddd675f1e19b26a0cf0fa380f743.tar.gz gentoo-2-cddba018dbb8ddd675f1e19b26a0cf0fa380f743.tar.bz2 gentoo-2-cddba018dbb8ddd675f1e19b26a0cf0fa380f743.zip |
x86 stable wrt bug #393569
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vcscommand/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.45.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/vcscommand/ChangeLog b/app-vim/vcscommand/ChangeLog index 4f0dfdf8ac92..0ffd87d17715 100644 --- a/app-vim/vcscommand/ChangeLog +++ b/app-vim/vcscommand/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/vcscommand # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.25 2011/12/12 20:42:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.26 2011/12/14 09:17:25 phajdan.jr Exp $ + + 14 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + vcscommand-1.99.45.ebuild: + x86 stable wrt bug #393569 12 Dec 2011; Agostino Sarubbo <ago@gentoo.org> vcscommand-1.99.45.ebuild: Stable for AMD64, wrt bug #393569 diff --git a/app-vim/vcscommand/vcscommand-1.99.45.ebuild b/app-vim/vcscommand/vcscommand-1.99.45.ebuild index e3263231e33e..4273d1bec8b8 100644 --- a/app-vim/vcscommand/vcscommand-1.99.45.ebuild +++ b/app-vim/vcscommand/vcscommand-1.99.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.45.ebuild,v 1.3 2011/12/12 20:42:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.45.ebuild,v 1.4 2011/12/14 09:17:25 phajdan.jr Exp $ EAPI=4 @@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" 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" IUSE="" RDEPEND="!app-vim/cvscommand" |