From 27ebe4181c2d1ea19c758314ea6c14f33afebd54 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 16 Apr 2021 13:19:49 +0100 Subject: app-vim/vimpython: use BDEPEND for app-arch/unzip Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James --- app-vim/vimpython/vimpython-1.13-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-vim/vimpython') diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild b/app-vim/vimpython/vimpython-1.13-r3.ebuild index 73600cf3bfd8..923da1931b4c 100644 --- a/app-vim/vimpython/vimpython-1.13-r3.ebuild +++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,5 +14,5 @@ KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RDEPEND="${PYTHON_DEPS}" -- cgit v1.2.3-65-gdbad