From caada7fd9474f51d05fee515ba652921e3e8b440 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 12 Jun 2023 17:34:34 +0200 Subject: newebuild: Add empty line between PYTHON block and inherit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- plugin/newebuild.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim index ac786e4..f6a91fa 100644 --- a/plugin/newebuild.vim +++ b/plugin/newebuild.vim @@ -163,6 +163,7 @@ fun! MakeNewEbuild() if l:category ==# "dev-python" put ='DISTUTILS_USE_PEP517=setuptools' put ='PYTHON_COMPAT=( ' . GentooGetPythonTargets() . ' )' + put ='' put ='inherit distutils-r1 pypi' put ='' endif -- cgit v1.2.3-65-gdbad