From b5cf25e9ccf3f7c607957fe81f79b42465269718 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 11 Dec 2008 07:35:59 +0000 Subject: add RDEPEND=DEPEND, should fix bug #250580 (Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64) --- dev-tex/tipa/ChangeLog | 5 ++++- dev-tex/tipa/tipa-1.3.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'dev-tex') diff --git a/dev-tex/tipa/ChangeLog b/dev-tex/tipa/ChangeLog index 6dca6698a552..c382aa6b3582 100644 --- a/dev-tex/tipa/ChangeLog +++ b/dev-tex/tipa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/tipa # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/ChangeLog,v 1.7 2008/12/11 07:35:59 aballier Exp $ + + 11 Dec 2008; Alexis Ballier tipa-1.3.ebuild: + add RDEPEND=DEPEND, should fix bug #250580 04 Sep 2008; Alexis Ballier tipa-1.3.ebuild: depend on latex-base instead of virtual/tetex diff --git a/dev-tex/tipa/tipa-1.3.ebuild b/dev-tex/tipa/tipa-1.3.ebuild index b32513e5370d..c29170a0eb6e 100644 --- a/dev-tex/tipa/tipa-1.3.ebuild +++ b/dev-tex/tipa/tipa-1.3.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/tipa/tipa-1.3.ebuild,v 1.4 2008/09/04 21:15:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/tipa-1.3.ebuild,v 1.5 2008/12/11 07:35:59 aballier Exp $ DESCRIPTION="International Phonetic Alphabet package for LaTeX" HOMEPAGE="http://www.l.u-tokyo.ac.jp/~fkr/" @@ -13,6 +13,7 @@ KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="virtual/latex-base" +RDEPEND="${DEPEND}" src_compile() { # install files under /usr/share/texmf/ -- cgit v1.2.3-65-gdbad