diff options
author | Johannes Huber <johu@gentoo.org> | 2013-11-30 12:54:59 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-11-30 12:54:59 +0000 |
commit | 9f292d9e02da00729eb6391fad5cab73654d06b7 (patch) | |
tree | eff5ea1285b58f05cabf202e28ace7316d0b1454 /app-vim/omnicppcomplete | |
parent | x86 stable wrt bug #481840 (diff) | |
download | gentoo-2-9f292d9e02da00729eb6391fad5cab73654d06b7.tar.gz gentoo-2-9f292d9e02da00729eb6391fad5cab73654d06b7.tar.bz2 gentoo-2-9f292d9e02da00729eb6391fad5cab73654d06b7.zip |
x86 stable wrt bug #481846
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'app-vim/omnicppcomplete')
-rw-r--r-- | app-vim/omnicppcomplete/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/omnicppcomplete/ChangeLog b/app-vim/omnicppcomplete/ChangeLog index 1a3c6aaef37e..e8c82c40b10e 100644 --- a/app-vim/omnicppcomplete/ChangeLog +++ b/app-vim/omnicppcomplete/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/omnicppcomplete # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/omnicppcomplete/ChangeLog,v 1.4 2013/11/05 13:51:26 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/omnicppcomplete/ChangeLog,v 1.5 2013/11/30 12:54:59 johu Exp $ + + 30 Nov 2013; Johannes Huber <johu@gentoo.org> omnicppcomplete-0.41.ebuild: + x86 stable wrt bug #481846 05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> omnicppcomplete-0.41.ebuild: Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild index d611021e9a15..5131937203ff 100644 --- a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild +++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41.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/omnicppcomplete/omnicppcomplete-0.41.ebuild,v 1.3 2013/11/05 13:51:26 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild,v 1.4 2013/11/30 12:54:59 johu Exp $ EAPI="2" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1520" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip" LICENSE="vim.org" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="app-arch/unzip" |