Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/omnicppcomplete/
Date: Sat, 10 Aug 2019 09:05:31
Message-Id: 1565427918.bbd593a278769ba6378390ac2c6a4d6707dd471c.slyfox@gentoo
1 commit: bbd593a278769ba6378390ac2c6a4d6707dd471c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 09:05:18 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 09:05:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd593a2
7
8 app-vim/omnicppcomplete: keyworded 0.41 for ppc, bug #689518
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
18 index 31f04ffd523..78ac107aa9c 100644
19 --- a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
20 +++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -11,7 +11,7 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1520"
28 SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip"
29
30 LICENSE="vim.org"
31 -KEYWORDS="amd64 x86"
32 +KEYWORDS="amd64 ~ppc x86"
33 IUSE=""
34
35 DEPEND="app-arch/unzip"