aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/pythontex/pythontex-9999.ebuild')
-rw-r--r--dev-tex/pythontex/pythontex-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-tex/pythontex/pythontex-9999.ebuild b/dev-tex/pythontex/pythontex-9999.ebuild
index 669af4e5e..67c1a5d0a 100644
--- a/dev-tex/pythontex/pythontex-9999.ebuild
+++ b/dev-tex/pythontex/pythontex-9999.ebuild
@@ -10,7 +10,7 @@ inherit latex-package python-single-r1 git-2
DESCRIPTION="Fast Access to Python from within LaTeX"
HOMEPAGE="https://github.com/gpoore/pythontex"
-EGIT_REPO_URI="https://github.com/TheChymera/pythontex.git"
+EGIT_REPO_URI="https://github.com/gpoore/pythontex.git"
SRC_URI=""
@@ -30,6 +30,8 @@ RDEPEND="${DEPEND}
src_prepare() {
S="${WORKDIR}/${P}/${PN}"
+ cd ${S}
+ rm pythontex.sty || die "Could not remove pre-compiled pythontex.sty!"
}
src_compile() {