diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-12 17:34:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-14 16:25:05 +0200 |
commit | caada7fd9474f51d05fee515ba652921e3e8b440 (patch) | |
tree | a1737bb561869b8735226c9041b4d9ab54d6be6f | |
parent | newmetadata: Put <stabilize-allarches/> for Python by default (diff) | |
download | gentoo-syntax-caada7fd9474f51d05fee515ba652921e3e8b440.tar.gz gentoo-syntax-caada7fd9474f51d05fee515ba652921e3e8b440.tar.bz2 gentoo-syntax-caada7fd9474f51d05fee515ba652921e3e8b440.zip |
newebuild: Add empty line between PYTHON block and inherit
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | plugin/newebuild.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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! <SID>MakeNewEbuild() if l:category ==# "dev-python" put ='DISTUTILS_USE_PEP517=setuptools' put ='PYTHON_COMPAT=( ' . GentooGetPythonTargets() . ' )' + put ='' put ='inherit distutils-r1 pypi' put ='' endif |