diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-08-11 12:36:00 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-11 12:36:25 +0200 |
commit | bca33fbf3731950792e67dec4730dd4af502356c (patch) | |
tree | 4583009b1b6ca7bb5c1d0f28b32bc2bf7918c0b9 /app-vim/vim-flake8 | |
parent | media-gfx/potrace: x86 stable wrt bug #564874 (diff) | |
download | gentoo-bca33fbf3731950792e67dec4730dd4af502356c.tar.gz gentoo-bca33fbf3731950792e67dec4730dd4af502356c.tar.bz2 gentoo-bca33fbf3731950792e67dec4730dd4af502356c.zip |
app-vim/vim-flake8: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/vim-flake8')
-rw-r--r-- | app-vim/vim-flake8/vim-flake8-1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/vim-flake8/vim-flake8-1.6.ebuild b/app-vim/vim-flake8/vim-flake8-1.6.ebuild index 65ef30755e2c..64e9db822101 100644 --- a/app-vim/vim-flake8/vim-flake8-1.6.ebuild +++ b/app-vim/vim-flake8/vim-flake8-1.6.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: runs the currently open file through flake8" HOMEPAGE="https://github.com/nvie/vim-flake8" SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.zip -> ${P}.zip" LICENSE="BSD" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 x86" DEPEND="app-arch/unzip" RDEPEND="dev-python/flake8" |