diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:10:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:14:46 +0100 |
commit | dfe8dce1523ed15d5614a6838fd7fd4e07772e4f (patch) | |
tree | a615aab73d49a171034da94bd59d2030f9d0772e /app-vim | |
parent | app-vim/eselect-syntax: eutils-- (diff) | |
download | gentoo-dfe8dce1523ed15d5614a6838fd7fd4e07772e4f.tar.gz gentoo-dfe8dce1523ed15d5614a6838fd7fd4e07772e4f.tar.bz2 gentoo-dfe8dce1523ed15d5614a6838fd7fd4e07772e4f.zip |
app-vim/vimbuddy: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild index 228535a41a65..bce56bc5ca8a 100644 --- a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild +++ b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit vim-plugin eutils +inherit vim-plugin DESCRIPTION="vim plugin: vimbuddy for the status line" HOMEPAGE="https://github.com/vim-scripts/vimbuddy.vim" |