diff options
Diffstat (limited to 'dev-tex/currvita')
-rw-r--r-- | dev-tex/currvita/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/currvita/currvita-0.9i.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-tex/currvita/ChangeLog b/dev-tex/currvita/ChangeLog index 72cabae41508..f9780860b150 100644 --- a/dev-tex/currvita/ChangeLog +++ b/dev-tex/currvita/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/currvita # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/currvita/ChangeLog,v 1.11 2008/09/02 12:50:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/currvita/ChangeLog,v 1.12 2008/09/03 04:06:47 aballier Exp $ + + 03 Sep 2008; Alexis Ballier <aballier@gentoo.org> currvita-0.9i.ebuild: + no need to depend on virtual/tetex, latex-package eclass does it for us 02 Sep 2008; Alexis Ballier <aballier@gentoo.org> currvita-0.9i-r1.ebuild: keyword ~x86-fbsd diff --git a/dev-tex/currvita/currvita-0.9i.ebuild b/dev-tex/currvita/currvita-0.9i.ebuild index d14ebe2b1391..e32cff9ac382 100644 --- a/dev-tex/currvita/currvita-0.9i.ebuild +++ b/dev-tex/currvita/currvita-0.9i.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/currvita/currvita-0.9i.ebuild,v 1.8 2008/05/11 21:32:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/currvita/currvita-0.9i.ebuild,v 1.9 2008/09/03 04:06:47 aballier Exp $ inherit latex-package @@ -18,8 +18,7 @@ IUSE="" # >=tetex-2 includes currvita DEPEND="!>=app-text/tetex-2 - !app-text/ptex - virtual/tetex" + !app-text/ptex" S="${WORKDIR}/${PN}" |