diff options
-rw-r--r-- | app-vim/vcscommand/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.42.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-vim/vcscommand/ChangeLog b/app-vim/vcscommand/ChangeLog index 1e9668ec1848..23ad4e297fba 100644 --- a/app-vim/vcscommand/ChangeLog +++ b/app-vim/vcscommand/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/vcscommand -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.13 2010/10/10 16:08:12 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.14 2011/02/26 16:39:40 xarthisius Exp $ + + 26 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> + vcscommand-1.99.42.ebuild: + Marked ~ppc wrt #339672 10 Oct 2010; Raúl Porcel <armin76@gentoo.org> vcscommand-1.99.42.ebuild: Add ~alpha/~ia64/~sparc wrt #339672 diff --git a/app-vim/vcscommand/vcscommand-1.99.42.ebuild b/app-vim/vcscommand/vcscommand-1.99.42.ebuild index 9982edd633f2..ed0ae52afe3c 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-2010 Gentoo Foundation +# 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.3 2010/10/10 16:08:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.42.ebuild,v 1.4 2011/02/26 16:39:40 xarthisius 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 ~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" |