diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2013-11-05 15:58:49 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2013-11-05 15:58:49 +0000 |
commit | a07b36ae7da63e6c545652b7f690d8118e156144 (patch) | |
tree | a714137a5b1e6bbb1655ecca4fb1ae71c045506c /app-vim | |
parent | Version bump, bug #474872. (diff) | |
download | gentoo-2-a07b36ae7da63e6c545652b7f690d8118e156144.tar.gz gentoo-2-a07b36ae7da63e6c545652b7f690d8118e156144.tar.bz2 gentoo-2-a07b36ae7da63e6c545652b7f690d8118e156144.zip |
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani in bug #481874.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-misc/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/vim-misc/vim-misc-1.8.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/vim-misc/ChangeLog b/app-vim/vim-misc/ChangeLog index 6548f5575df5..fe9f9840c20e 100644 --- a/app-vim/vim-misc/ChangeLog +++ b/app-vim/vim-misc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/vim-misc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/ChangeLog,v 1.1 2013/09/01 22:53:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/ChangeLog,v 1.2 2013/11/05 15:58:49 chainsaw Exp $ + + 05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> vim-misc-1.8.5.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani in bug #481874. *vim-misc-1.8.5 (01 Sep 2013) diff --git a/app-vim/vim-misc/vim-misc-1.8.5.ebuild b/app-vim/vim-misc/vim-misc-1.8.5.ebuild index 120f3d229511..31b035d44072 100644 --- a/app-vim/vim-misc/vim-misc-1.8.5.ebuild +++ b/app-vim/vim-misc/vim-misc-1.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.8.5.ebuild,v 1.1 2013/09/01 22:53:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/vim-misc-1.8.5.ebuild,v 1.2 2013/11/05 15:58:49 chainsaw 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" |