diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-12-11 07:35:59 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-12-11 07:35:59 +0000 |
commit | b5cf25e9ccf3f7c607957fe81f79b42465269718 (patch) | |
tree | a0ca0630dc2e71c39747fdcd1603a8d17f560a41 /dev-tex | |
parent | Some old ffmpeg version was masked here, removed from tree now. (diff) | |
download | gentoo-2-b5cf25e9ccf3f7c607957fe81f79b42465269718.tar.gz gentoo-2-b5cf25e9ccf3f7c607957fe81f79b42465269718.tar.bz2 gentoo-2-b5cf25e9ccf3f7c607957fe81f79b42465269718.zip |
add RDEPEND=DEPEND, should fix bug #250580
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/tipa/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/tipa/tipa-1.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
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 <aballier@gentoo.org> tipa-1.3.ebuild: + add RDEPEND=DEPEND, should fix bug #250580 04 Sep 2008; Alexis Ballier <aballier@gentoo.org> 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/ |