diff options
Diffstat (limited to 'app-vim/vim-misc/vim-misc-1.17.1.ebuild')
-rw-r--r-- | app-vim/vim-misc/vim-misc-1.17.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/vim-misc/vim-misc-1.17.1.ebuild b/app-vim/vim-misc/vim-misc-1.17.1.ebuild index 292266bb57c9..13dfcd9d2131 100644 --- a/app-vim/vim-misc/vim-misc-1.17.1.ebuild +++ b/app-vim/vim-misc/vim-misc-1.17.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/vim-misc-1.17.1.ebuild,v 1.1 2014/11/25 23:39:02 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/vim-misc-1.17.1.ebuild,v 1.2 2015/06/11 15:04:34 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: miscellaneous auto-load scripts" HOMEPAGE="http://peterodding.com/code/vim/misc/" SRC_URI="https://github.com/xolox/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND="!app-vim/xolox-misc" |