diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-13 19:43:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 19:50:48 +0100 |
commit | 62b2b26d83d31c3a10f99e1fd425f627b5ccc472 (patch) | |
tree | 61624de87012234fce2104a5cdb7fde2ace7b864 /app-vim | |
parent | app-vim/webapi: Add remote-id (diff) | |
download | gentoo-62b2b26d83d31c3a10f99e1fd425f627b5ccc472.tar.gz gentoo-62b2b26d83d31c3a10f99e1fd425f627b5ccc472.tar.bz2 gentoo-62b2b26d83d31c3a10f99e1fd425f627b5ccc472.zip |
app-vim/greputils: Fix EmptyGlobalAssignment
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/greputils/greputils-2.8-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-vim/greputils/greputils-2.8-r2.ebuild b/app-vim/greputils/greputils-2.8-r2.ebuild index 83fa36062498..4086aafa6d80 100644 --- a/app-vim/greputils/greputils-2.8-r2.ebuild +++ b/app-vim/greputils/greputils-2.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,6 @@ KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" VIM_PLUGIN_HELPURI="${HOMEPAGE}" -DEPEND="" RDEPEND=" ${DEPEND} >=app-vim/genutils-1.18 |