diff options
author | Sam James <sam@gentoo.org> | 2023-05-20 06:08:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-20 06:08:58 +0100 |
commit | ef71cb475062f56f19f8e96c60bdf6524811f396 (patch) | |
tree | 4d8be72877c463ebff06cf9c4ba868679d6c6bc5 /app-text | |
parent | sci-libs/netcdf-fortran: add 4.6.1 (diff) | |
download | gentoo-ef71cb475062f56f19f8e96c60bdf6524811f396.tar.gz gentoo-ef71cb475062f56f19f8e96c60bdf6524811f396.tar.bz2 gentoo-ef71cb475062f56f19f8e96c60bdf6524811f396.zip |
app-text/dblatex: fix installation of binary
Closes: https://bugs.gentoo.org/906788
Fixes: f03b7342f213d1eae93ff2fa6c36b228c5791458
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dblatex/dblatex-0.3.12-r1.ebuild (renamed from app-text/dblatex/dblatex-0.3.12.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/dblatex/dblatex-0.3.12.ebuild b/app-text/dblatex/dblatex-0.3.12-r1.ebuild index 322cbb5713ef..8ea4d20f5ee6 100644 --- a/app-text/dblatex/dblatex-0.3.12.ebuild +++ b/app-text/dblatex/dblatex-0.3.12-r1.ebuild @@ -3,7 +3,8 @@ EAPI="7" -DISTUTILS_USE_PEP517=setuptools +# Breaks installation of /usr/bin/dblatex, bug #906788 +#DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 |