diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-05-14 09:09:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-05-14 09:19:57 +0200 |
commit | 7d4defdbf504d19b4c15908c0ccda0bcaba747c1 (patch) | |
tree | f804409e4312a89a6ee694661cfbc2fc355f3176 /net-im | |
parent | media-gfx/cropgui: python_moduleroot -> python_moduleinto (diff) | |
download | gentoo-7d4defdbf504d19b4c15908c0ccda0bcaba747c1.tar.gz gentoo-7d4defdbf504d19b4c15908c0ccda0bcaba747c1.tar.bz2 gentoo-7d4defdbf504d19b4c15908c0ccda0bcaba747c1.zip |
net-im/err: python_moduleroot -> python_moduleinto
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/err/err-1.7.1-r1.ebuild | 4 |
1 files 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 158cc5b670c5..92f8103abf82 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 } |