diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-05 10:33:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-05 10:33:16 +0000 |
commit | 54a277e815325bbf94d644199c4471e907217507 (patch) | |
tree | fc6d2954d0b87a8bbc20a7a19d9e499bb25e3a47 /app-text | |
parent | Fix obvious typo in src_install. (diff) | |
download | gentoo-2-54a277e815325bbf94d644199c4471e907217507.tar.gz gentoo-2-54a277e815325bbf94d644199c4471e907217507.tar.bz2 gentoo-2-54a277e815325bbf94d644199c4471e907217507.zip |
Add missing findlib dep, thanks Patrick, bug #239607
(Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/active-dvi/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.7.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog index 8420af70d198..66ce88c74564 100644 --- a/app-text/active-dvi/ChangeLog +++ b/app-text/active-dvi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/active-dvi # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.25 2008/09/02 18:04:11 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.26 2008/10/05 10:33:16 aballier Exp $ + + 05 Oct 2008; Alexis Ballier <aballier@gentoo.org> active-dvi-1.7.3.ebuild: + Add missing findlib dep, thanks Patrick, bug #239607 02 Sep 2008; Alexis Ballier <aballier@gentoo.org> -files/active-dvi-1.6.0-warn-error.patch, -active-dvi-1.6.0-r1.ebuild: diff --git a/app-text/active-dvi/active-dvi-1.7.3.ebuild b/app-text/active-dvi/active-dvi-1.7.3.ebuild index f3788a81b077..5d91d1b15acf 100644 --- a/app-text/active-dvi/active-dvi-1.7.3.ebuild +++ b/app-text/active-dvi/active-dvi-1.7.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/app-text/active-dvi/active-dvi-1.7.3.ebuild,v 1.6 2008/08/17 20:41:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.7.3.ebuild,v 1.7 2008/10/05 10:33:16 aballier Exp $ EAPI=1 @@ -27,6 +27,7 @@ RDEPEND=">=dev-lang/ocaml-3.10.0 DEPEND="${RDEPEND} || ( ( dev-texlive/texlive-pstricks dev-texlive/texlive-pictures ) app-text/tetex app-text/ptex ) x11-proto/xineramaproto + dev-ml/findlib dev-tex/hevea" DOCS="README TODO" |