aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2013-10-21 00:04:05 +0200
committerHorea Christian <h.chr@mail.ru>2013-10-21 00:04:05 +0200
commit6864243a1f42f828c0dcbd6f9281d1d4568726d2 (patch)
treef2f0a96d33302f56c82aa7f8a91f175dc318e87a /dev-tex
parentCreated live ebuild to benefit from some fixes to the package which became ob... (diff)
downloadsci-6864243a1f42f828c0dcbd6f9281d1d4568726d2.tar.gz
sci-6864243a1f42f828c0dcbd6f9281d1d4568726d2.tar.bz2
sci-6864243a1f42f828c0dcbd6f9281d1d4568726d2.zip
Finally working ebuilds (tested on multilib AND no-multilib)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/pythontex/pythontex-0.12.ebuild3
-rw-r--r--dev-tex/pythontex/pythontex-9999.ebuild1
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/pythontex/pythontex-0.12.ebuild b/dev-tex/pythontex/pythontex-0.12.ebuild
index 3f9151691..7f85e6693 100644
--- a/dev-tex/pythontex/pythontex-0.12.ebuild
+++ b/dev-tex/pythontex/pythontex-0.12.ebuild
@@ -48,7 +48,8 @@ src_install() {
python_newscript depythontex2.py depythontex.py
fi
- python_moduleinto /usr/lib64/python-exec/python2.7
+ python_export PYTHON_SCRIPTDIR
+ python_moduleinto ${PYTHON_SCRIPTDIR} # it looks for modules here, submitted a patch for future versions.
python_domodule "${S}"/pythontex_engines.py
python_domodule "${S}"/pythontex_utils.py
diff --git a/dev-tex/pythontex/pythontex-9999.ebuild b/dev-tex/pythontex/pythontex-9999.ebuild
index 240c4be25..56127cbb4 100644
--- a/dev-tex/pythontex/pythontex-9999.ebuild
+++ b/dev-tex/pythontex/pythontex-9999.ebuild
@@ -47,7 +47,6 @@ src_install() {
python_newscript depythontex2.py depythontex.py
fi
- python_moduleinto /usr/lib64/python-exec/python2.7
python_domodule "${S}"/pythontex_engines.py
python_domodule "${S}"/pythontex_utils.py