diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-04 21:15:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-04 21:15:30 +0000 |
commit | 050c87c19c24255963f99e72368474663b4bb0a5 (patch) | |
tree | 62f0279dc588223f20b46f585bb5449473e71366 /dev-tex/tipa | |
parent | stable ppc, bug 236612 (diff) | |
download | gentoo-2-050c87c19c24255963f99e72368474663b4bb0a5.tar.gz gentoo-2-050c87c19c24255963f99e72368474663b4bb0a5.tar.bz2 gentoo-2-050c87c19c24255963f99e72368474663b4bb0a5.zip |
depend on latex-base instead of virtual/tetex
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'dev-tex/tipa')
-rw-r--r-- | dev-tex/tipa/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/tipa/tipa-1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tex/tipa/ChangeLog b/dev-tex/tipa/ChangeLog index 8cffb867c109..6dca6698a552 100644 --- a/dev-tex/tipa/ChangeLog +++ b/dev-tex/tipa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/tipa -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/ChangeLog,v 1.5 2007/03/13 00:37:42 nattfodd Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/ChangeLog,v 1.6 2008/09/04 21:15:30 aballier Exp $ + + 04 Sep 2008; Alexis Ballier <aballier@gentoo.org> tipa-1.3.ebuild: + depend on latex-base instead of virtual/tetex 12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml: Replaced text-markup by tex as maintaining herd (text-markup split). diff --git a/dev-tex/tipa/tipa-1.3.ebuild b/dev-tex/tipa/tipa-1.3.ebuild index 07295d3c7655..b32513e5370d 100644 --- a/dev-tex/tipa/tipa-1.3.ebuild +++ b/dev-tex/tipa/tipa-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/tipa-1.3.ebuild,v 1.3 2007/01/28 06:46:37 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/tipa-1.3.ebuild,v 1.4 2008/09/04 21:15:30 aballier Exp $ DESCRIPTION="International Phonetic Alphabet package for LaTeX" HOMEPAGE="http://www.l.u-tokyo.ac.jp/~fkr/" @@ -12,7 +12,7 @@ KEYWORDS="~x86 ~amd64" IUSE="" -DEPEND="virtual/tetex" +DEPEND="virtual/latex-base" src_compile() { # install files under /usr/share/texmf/ |