diff options
author | 2008-07-09 15:26:02 +0000 | |
---|---|---|
committer | 2008-07-09 15:26:02 +0000 | |
commit | ea89a2aaf6f4b98b00557c8655d1a736970edae7 (patch) | |
tree | 64e0c6c37083cc5203e7e2dfdc51f55979e5889e | |
parent | fix META generation without gtk. Bug #227291 (diff) | |
download | gentoo-2-ea89a2aaf6f4b98b00557c8655d1a736970edae7.tar.gz gentoo-2-ea89a2aaf6f4b98b00557c8655d1a736970edae7.tar.bz2 gentoo-2-ea89a2aaf6f4b98b00557c8655d1a736970edae7.zip |
bump camlimages requirement to have the fix for bug #227291
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
-rw-r--r-- | app-text/active-dvi/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog index a36c016cafd9..f8ecb08c188d 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.19 2008/07/09 15:09:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.20 2008/07/09 15:26:02 aballier Exp $ + + 09 Jul 2008; Alexis Ballier <aballier@gentoo.org> active-dvi-1.7.3.ebuild: + bump camlimages requirement to have the fix for bug #227291 09 Jul 2008; Alexis Ballier <aballier@gentoo.org> -active-dvi-1.4.0.ebuild, -active-dvi-1.6.0.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 dfcc5850af4c..451e970805a1 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.1 2008/06/07 20:39:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.7.3.ebuild,v 1.2 2008/07/09 15:26:02 aballier Exp $ EAPI=1 @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=">=dev-lang/ocaml-3.10.0 - >=dev-ml/camlimages-2.20-r1 + >=dev-ml/camlimages-2.20-r2 virtual/latex-base virtual/ghostscript x11-libs/libXinerama" |