diff options
author | Johannes Huber <johu@gentoo.org> | 2013-12-01 00:57:32 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-12-01 00:57:32 +0000 |
commit | d19a18efc6881735a6c1664ecca914e4d7880529 (patch) | |
tree | 3b9812a38a54672bd53c1599505c071fb1b50f4b /app-vim/repeat | |
parent | x86 stable wrt bug #481884 (diff) | |
download | gentoo-2-d19a18efc6881735a6c1664ecca914e4d7880529.tar.gz gentoo-2-d19a18efc6881735a6c1664ecca914e4d7880529.tar.bz2 gentoo-2-d19a18efc6881735a6c1664ecca914e4d7880529.zip |
x86 stable wrt bug #481882
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'app-vim/repeat')
-rw-r--r-- | app-vim/repeat/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/repeat/repeat-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/repeat/ChangeLog b/app-vim/repeat/ChangeLog index a2953403d9cb..802aa56fbf86 100644 --- a/app-vim/repeat/ChangeLog +++ b/app-vim/repeat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/repeat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/repeat/ChangeLog,v 1.2 2013/11/05 16:43:43 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/repeat/ChangeLog,v 1.3 2013/12/01 00:57:32 johu Exp $ + + 01 Dec 2013; Johannes Huber <johu@gentoo.org> repeat-1.1.ebuild: + x86 stable wrt bug #481882 05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> repeat-1.1.ebuild: Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El diff --git a/app-vim/repeat/repeat-1.1.ebuild b/app-vim/repeat/repeat-1.1.ebuild index 378b33b4240e..a7ea35e32f25 100644 --- a/app-vim/repeat/repeat-1.1.ebuild +++ b/app-vim/repeat/repeat-1.1.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/repeat/repeat-1.1.ebuild,v 1.2 2013/11/05 16:43:43 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/repeat/repeat-1.1.ebuild,v 1.3 2013/12/01 00:57:32 johu Exp $ EAPI=5 @@ -13,7 +13,7 @@ DESCRIPTION="vim plugin: use the repeat command \".\" with plugin maps" HOMEPAGE="https://github.com/tpope/vim-repeat/ http://www.vim.org/scripts/script.php?script_id=2136" SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" S=${WORKDIR}/${MY_P} |