diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-10 10:05:18 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-10 10:05:18 +0100 |
commit | bbd593a278769ba6378390ac2c6a4d6707dd471c (patch) | |
tree | 222c43699b47b8aad5af3d830c398700ad57f253 /app-vim | |
parent | dev-libs/oniguruma: stable 6.9.3 for ia64, bug #691832 (diff) | |
download | gentoo-bbd593a278769ba6378390ac2c6a4d6707dd471c.tar.gz gentoo-bbd593a278769ba6378390ac2c6a4d6707dd471c.tar.bz2 gentoo-bbd593a278769ba6378390ac2c6a4d6707dd471c.zip |
app-vim/omnicppcomplete: keyworded 0.41 for ppc, bug #689518
Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild index 31f04ffd5232..78ac107aa9c6 100644 --- a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild +++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1520" SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip" LICENSE="vim.org" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="app-arch/unzip" |