diff options
author | Arthur Zamarin <arthurzam@gmail.com> | 2021-08-09 15:18:57 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-13 22:41:16 +0200 |
commit | a83511bc7627ae709eae0e1efcaa5bffadd4427f (patch) | |
tree | 90047f4486122fa684b07d61e0ca2de1ca4ed897 /app-text | |
parent | app-text/htmlmin: enable py3.10 (diff) | |
download | gentoo-a83511bc7627ae709eae0e1efcaa5bffadd4427f.tar.gz gentoo-a83511bc7627ae709eae0e1efcaa5bffadd4427f.tar.bz2 gentoo-a83511bc7627ae709eae0e1efcaa5bffadd4427f.zip |
app-text/htmlmin: fix DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/htmlmin/htmlmin-0.1.12.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild b/app-text/htmlmin/htmlmin-0.1.12.ebuild index 3de7dca9ebd5..75f74c7c325e 100644 --- a/app-text/htmlmin/htmlmin-0.1.12.ebuild +++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |