Modified domodule path
This commit is contained in:
parent
6b9e084171
commit
f1b879181f
@ -1,6 +1,4 @@
|
|||||||
# Copyright 1999-2012 Gentoo Foundation
|
# Distributed under the terms of the GNU General Public License v3
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.18 2012/05/09 17:16:08 aballier Exp $
|
|
||||||
|
|
||||||
EAPI=5
|
EAPI=5
|
||||||
|
|
||||||
@ -20,13 +18,12 @@ KEYWORDS="~amd64"
|
|||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
|
|
||||||
RDEPEND="dev-python/pandas"
|
RDEPEND="dev-python/pandas"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
python_optimize .
|
python_optimize .
|
||||||
python_domodule "${S}"/chr_helpers.py
|
python_domodule "${S}"/chr_helpers/chr_helpers.py
|
||||||
python_domodule "${S}"/chr_matplotlib.py
|
python_domodule "${S}"/chr_helpers/chr_matplotlib.py
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user