diff options
author | David Seifert <soap@gentoo.org> | 2022-12-07 14:51:33 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-12-07 14:51:33 +0100 |
commit | 1c76d4857e23c501dc23d435b7edad7166818b0a (patch) | |
tree | e3cc0ff5e630acdd8cc0fb2957c7ef6d68607f3c /app-vim | |
parent | app-office/dia: remove sys-apps/sed from DEPEND (diff) | |
download | gentoo-1c76d4857e23c501dc23d435b7edad7166818b0a.tar.gz gentoo-1c76d4857e23c501dc23d435b7edad7166818b0a.tar.bz2 gentoo-1c76d4857e23c501dc23d435b7edad7166818b0a.zip |
app-vim/enhancedcommentify: remove sys-apps/sed from DEPEND
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild index f5f5e204e7e3..6b6a9af558f9 100644 --- a/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild +++ b/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,8 +13,6 @@ KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" VIM_PLUGIN_HELPFILES="EnhancedCommentify" -DEPEND="sys-apps/sed" - # See bug #74897. RDEPEND=" ${DEPEND} |