aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheChymera <h.chr@mail.ru>2013-10-21 12:01:54 +0200
committerTheChymera <h.chr@mail.ru>2013-10-21 12:01:54 +0200
commit4e48bd8d4ed00415ef8b9f0b9db1371e4ec24a38 (patch)
tree02de9f8fd5713ee4c620d65f14c8445b265f3634 /dev-tex/pythontex/pythontex-9999.ebuild
parentFixed latex output destination (no longer /dev/null) (diff)
downloadsci-4e48bd8d4ed00415ef8b9f0b9db1371e4ec24a38.tar.gz
sci-4e48bd8d4ed00415ef8b9f0b9db1371e4ec24a38.tar.bz2
sci-4e48bd8d4ed00415ef8b9f0b9db1371e4ec24a38.zip
removed cd call in src_prepare and added REQUIRED_USE for python.
Diffstat (limited to 'dev-tex/pythontex/pythontex-9999.ebuild')
-rw-r--r--dev-tex/pythontex/pythontex-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tex/pythontex/pythontex-9999.ebuild b/dev-tex/pythontex/pythontex-9999.ebuild
index 9635d553a..d1439f40d 100644
--- a/dev-tex/pythontex/pythontex-9999.ebuild
+++ b/dev-tex/pythontex/pythontex-9999.ebuild
@@ -18,6 +18,7 @@ SLOT="0"
LICENSE="LPPL-1.3 BSD"
KEYWORDS=""
IUSE="highlighting"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="app-text/texlive
${PYTHON_DEPS}"
@@ -27,7 +28,6 @@ RDEPEND="${DEPEND}
src_prepare() {
S="${WORKDIR}/${P}/${PN}"
- cd ${S}
}
src_compile() {