diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-09 20:13:56 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-09 20:13:56 +0000 |
commit | 7c95557d31c6e97a131b46bb99ec4e99126dd79a (patch) | |
tree | b7ed0d47d114db7cf324ba6b41d766accfde7b8d /app-vim/indentpython | |
parent | app-vim/greputils: Stabilize 2.8-r2 x86, #919604 (diff) | |
download | gentoo-7c95557d31c6e97a131b46bb99ec4e99126dd79a.tar.gz gentoo-7c95557d31c6e97a131b46bb99ec4e99126dd79a.tar.bz2 gentoo-7c95557d31c6e97a131b46bb99ec4e99126dd79a.zip |
app-vim/indentpython: Stabilize 0.3-r1 x86, #919609
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim/indentpython')
-rw-r--r-- | app-vim/indentpython/indentpython-0.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/indentpython/indentpython-0.3-r1.ebuild b/app-vim/indentpython/indentpython-0.3-r1.ebuild index 7f6d36bff58e..21495fa7cf86 100644 --- a/app-vim/indentpython/indentpython-0.3-r1.ebuild +++ b/app-vim/indentpython/indentpython-0.3-r1.ebuild @@ -11,4 +11,4 @@ SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.t S="${WORKDIR}/${PN}.vim-${PV}" LICENSE="vim.org" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" |