diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:19:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:57 +0100 |
commit | 27ebe4181c2d1ea19c758314ea6c14f33afebd54 (patch) | |
tree | 976120215715866e7e00866120c46bac21bc8ba0 /app-vim/vimpython/vimpython-1.13-r3.ebuild | |
parent | app-vim/taglist: eutils->epatch (diff) | |
download | gentoo-27ebe4181c2d1ea19c758314ea6c14f33afebd54.tar.gz gentoo-27ebe4181c2d1ea19c758314ea6c14f33afebd54.tar.bz2 gentoo-27ebe4181c2d1ea19c758314ea6c14f33afebd54.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'app-vim/vimpython/vimpython-1.13-r3.ebuild')
-rw-r--r-- | app-vim/vimpython/vimpython-1.13-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |