diff options
author | 2022-01-17 21:34:12 +0100 | |
---|---|---|
committer | 2022-01-18 12:29:36 +0100 | |
commit | 395c494e0cfba8e94ea03ff351cd0ae0aeca5fe0 (patch) | |
tree | c3385b7b5fd5fcb7eb4f2676e147fce4a0dc02ce /app-admin/cdist/cdist-6.9.8.ebuild | |
parent | x11-misc/screengrab: Stabilize 2.2.0 x86, #831374 (diff) | |
download | gentoo-395c494e0cfba8e94ea03ff351cd0ae0aeca5fe0.tar.gz gentoo-395c494e0cfba8e94ea03ff351cd0ae0aeca5fe0.tar.bz2 gentoo-395c494e0cfba8e94ea03ff351cd0ae0aeca5fe0.zip |
app-admin/cdist: fix test
Closes: https://bugs.gentoo.org/831362
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/23846
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-admin/cdist/cdist-6.9.8.ebuild')
-rw-r--r-- | app-admin/cdist/cdist-6.9.8.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-admin/cdist/cdist-6.9.8.ebuild b/app-admin/cdist/cdist-6.9.8.ebuild index 1dae10c0230a..6b089e690af3 100644 --- a/app-admin/cdist/cdist-6.9.8.ebuild +++ b/app-admin/cdist/cdist-6.9.8.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) + DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 @@ -17,6 +18,8 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" +PATCHES=( "${FILESDIR}"/test.patch ) + distutils_enable_sphinx docs/src dev-python/sphinx_rtd_theme distutils_enable_tests unittest |