commit: 7d4defdbf504d19b4c15908c0ccda0bcaba747c1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 07:09:01 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 14 07:19:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4defdb
net-im/err: python_moduleroot -> python_moduleinto
net-im/err/err-1.7.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/err/err-1.7.1-r1.ebuild b/net-im/err/err-1.7.1-r1.ebuild
index 158cc5b..92f8103 100644
--- a/net-im/err/err-1.7.1-r1.ebuild
+++ b/net-im/err/err-1.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -86,7 +86,7 @@ python_install() {
# Upstream requires images to be in site-packages directory,
# but does not install them at all!
if use qt4; then
- local python_moduleroot=errbot
+ python_moduleinto errbot
python_domodule errbot/*.svg
fi
}