aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-11-14 17:15:13 -0700
committerChristoph Junghans <ottxor@gentoo.org>2014-11-14 17:15:13 -0700
commitf2e1b1993b8ffc2defc2f7910e564eccfdb7b252 (patch)
treed2014e5310c792a48d0034ac0d27e20255046748 /sci-mathematics/freefem++
parentfixed geant-vmc deps (diff)
downloadsci-f2e1b1993b8ffc2defc2f7910e564eccfdb7b252.tar.gz
sci-f2e1b1993b8ffc2defc2f7910e564eccfdb7b252.tar.bz2
sci-f2e1b1993b8ffc2defc2f7910e564eccfdb7b252.zip
fixed latex dep
Package-Manager: portage-2.2.8-r2
Diffstat (limited to 'sci-mathematics/freefem++')
-rw-r--r--sci-mathematics/freefem++/ChangeLog3
-rw-r--r--sci-mathematics/freefem++/freefem++-3.8.ebuild9
2 files changed, 5 insertions, 7 deletions
diff --git a/sci-mathematics/freefem++/ChangeLog b/sci-mathematics/freefem++/ChangeLog
index 3e11bdbe2..616b17ad2 100644
--- a/sci-mathematics/freefem++/ChangeLog
+++ b/sci-mathematics/freefem++/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 15 Nov 2014; Christoph Junghans <ottxor@gentoo.org> freefem++-3.8.ebuild:
+ fixed latex dep
+
12 Nov 2014; Justin Lecher <jlec@gentoo.org> freefem++-3.8.ebuild:
Bump to EAPI=5
diff --git a/sci-mathematics/freefem++/freefem++-3.8.ebuild b/sci-mathematics/freefem++/freefem++-3.8.ebuild
index 2262fab69..4163738fb 100644
--- a/sci-mathematics/freefem++/freefem++-3.8.ebuild
+++ b/sci-mathematics/freefem++/freefem++-3.8.ebuild
@@ -39,13 +39,8 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? (
- || (
- (
- dev-texlive/texlive-latexrecommended
- dev-texlive/texlive-latexextra
- )
- app-text/ptex
- )
+ dev-texlive/texlive-latexrecommended
+ dev-texlive/texlive-latexextra
virtual/latex-base
media-gfx/imagemagick
)"