From 30ef3293a294b5e95ec415da276c7312f26b3df6 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Thu, 11 Aug 2016 12:40:52 +0200 Subject: [PATCH] app-vim/indentpython: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.28 --- app-vim/indentpython/indentpython-0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/indentpython/indentpython-0.3.ebuild b/app-vim/indentpython/indentpython-0.3.ebuild index d3e592f50c064..c5703691a18b9 100644 --- a/app-vim/indentpython/indentpython-0.3.ebuild +++ b/app-vim/indentpython/indentpython-0.3.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: Indent Python code according to PEP8" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=974" SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.zip -> ${P}.zip" LICENSE="vim.org" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 x86" DEPEND="app-arch/unzip"