aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2013-10-22 01:58:04 +0200
committerHorea Christian <h.chr@mail.ru>2013-10-22 01:58:04 +0200
commit8381ae46ccb33445352711a216c1f01dfd02f792 (patch)
treedc8726913e5b17620343524986cc13b8d68736f8 /dev-tex
parentremoved cd call in src_prepare and added REQUIRED_USE for python. (diff)
downloadsci-8381ae46ccb33445352711a216c1f01dfd02f792.tar.gz
sci-8381ae46ccb33445352711a216c1f01dfd02f792.tar.bz2
sci-8381ae46ccb33445352711a216c1f01dfd02f792.zip
added missing deps
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/pythontex/pythontex-0.12.ebuild2
-rw-r--r--dev-tex/pythontex/pythontex-9999.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-tex/pythontex/pythontex-0.12.ebuild b/dev-tex/pythontex/pythontex-0.12.ebuild
index e8c80038c..ca691a991 100644
--- a/dev-tex/pythontex/pythontex-0.12.ebuild
+++ b/dev-tex/pythontex/pythontex-0.12.ebuild
@@ -21,6 +21,8 @@ DEPEND="app-text/texlive
${PYTHON_DEPS}"
RDEPEND="${DEPEND}
+ dev-texlive/texlive-xetex
+ >=dev-python/matplotlib-1.2.0
highlighting? ( dev-python/pygments[${PYTHON_USEDEP}] )"
TEXMF=/usr/share/texmf-site
diff --git a/dev-tex/pythontex/pythontex-9999.ebuild b/dev-tex/pythontex/pythontex-9999.ebuild
index d1439f40d..befcf78b5 100644
--- a/dev-tex/pythontex/pythontex-9999.ebuild
+++ b/dev-tex/pythontex/pythontex-9999.ebuild
@@ -24,6 +24,8 @@ DEPEND="app-text/texlive
${PYTHON_DEPS}"
RDEPEND="${DEPEND}
+ dev-texlive/texlive-xetex
+ >=dev-python/matplotlib-1.2.0
highlighting? ( dev-python/pygments[${PYTHON_USEDEP}] )"
src_prepare() {