commit: 8570872f7792e289706a28b359ad4c4463048faa Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 1 12:24:34 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Oct 1 12:25:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8570872f
dev-python/tempest: fix install of configs Closes: https://bugs.gentoo.org/815517 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../tempest/{tempest-29.0.0.ebuild => tempest-29.0.0-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/tempest/tempest-29.0.0.ebuild b/dev-python/tempest/tempest-29.0.0-r1.ebuild similarity index 95% rename from dev-python/tempest/tempest-29.0.0.ebuild rename to dev-python/tempest/tempest-29.0.0-r1.ebuild index d38e44c8e74..c8e27963678 100644 --- a/dev-python/tempest/tempest-29.0.0.ebuild +++ b/dev-python/tempest/tempest-29.0.0-r1.ebuild @@ -53,3 +53,8 @@ python_test() { local -x OS_LOG_CAPTURE=1 OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=160 eunittest -b } + +src_install() { + distutils-r1_src_install + mv "${ED}/usr/etc" "${ED}/etc" || die +}
