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 af3dc14c94..ab7242f742 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 +}