diff options
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vcscommand/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.42.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/vcscommand/ChangeLog b/app-vim/vcscommand/ChangeLog index ec3ca8530af7..615af39f7712 100644 --- a/app-vim/vcscommand/ChangeLog +++ b/app-vim/vcscommand/ChangeLog @@ -1,6 +1,9 @@ # 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.17 2011/03/06 18:01:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.18 2011/03/17 19:15:14 tomka Exp $ + + 17 Mar 2011; Thomas Kahle <tomka@gentoo.org> vcscommand-1.99.42.ebuild: + x86 stable per bug 356665 06 Mar 2011; Raúl Porcel <armin76@gentoo.org> vcscommand-1.99.42.ebuild: ia64/sparc stable wrt #356665 diff --git a/app-vim/vcscommand/vcscommand-1.99.42.ebuild b/app-vim/vcscommand/vcscommand-1.99.42.ebuild index 69e6231c46df..24c131095310 100644 --- a/app-vim/vcscommand/vcscommand-1.99.42.ebuild +++ b/app-vim/vcscommand/vcscommand-1.99.42.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.42.ebuild,v 1.7 2011/03/06 18:01:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.42.ebuild,v 1.8 2011/03/17 19:15:14 tomka Exp $ EAPI=3 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13751 -> ${P}.zip" LICENSE="public-domain" -KEYWORDS="alpha amd64 ~hppa ia64 ~ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 ~hppa ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" RDEPEND="!app-vim/cvscommand" |