commit: 3e681c26f7b0ea43d6c4c400d272fd2c48cad370
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 17:07:19 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 16 17:11:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e681c26
dev-python/repoze-sphinx-autointerface: Use dot-notation for python_moduleinto
.../repoze-sphinx-autointerface-0.7.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
index 0c7a3a58dc5..43096981498 100644
---
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
+++
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild
@@ -33,7 +33,7 @@ python_install() {
distutils-r1_python_install
# install the namespace (it's the only subpackage)
- python_moduleinto repoze/sphinx
+ python_moduleinto repoze.sphinx
python_domodule repoze/sphinx/__init__.py
}