commit:     ee828732d384e44e19107a2ed7f44f4d60e6fe97
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 20 01:43:53 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Mar 20 01:43:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee828732

dev-python/glance_store: correctly install in /etc

Closes: https://bugs.gentoo.org/799494
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../{glance_store-3.0.0.ebuild => glance_store-3.0.0-r1.ebuild}      | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/glance_store/glance_store-3.0.0.ebuild 
b/dev-python/glance_store/glance_store-3.0.0-r1.ebuild
similarity index 95%
rename from dev-python/glance_store/glance_store-3.0.0.ebuild
rename to dev-python/glance_store/glance_store-3.0.0-r1.ebuild
index af3dc14c9..ab7242f74 100644
--- a/dev-python/glance_store/glance_store-3.0.0.ebuild
+++ b/dev-python/glance_store/glance_store-3.0.0-r1.ebuild
@@ -66,3 +66,8 @@ REQUIRED_USE="
 "
 
 distutils_enable_tests pytest
+
+python_install_all() {
+       distutils-r1_python_install_all
+       mv "${ED}/usr/etc" "${ED}/etc" || die
+}

Reply via email to