diff options
author | Michael Weber <xmw@gentoo.org> | 2012-04-07 18:52:13 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-04-07 18:52:13 +0000 |
commit | c9bf0cccfed28088a67c5ae152c8f6ea0eaceb91 (patch) | |
tree | 2b2fa21a75d8ca6e8a7625736f9a3ef7b2b15e5f /app-text/llpp/llpp-9999.ebuild | |
parent | Version bump to -1.0rc1, cleanup -9999 (diff) | |
download | gentoo-2-c9bf0cccfed28088a67c5ae152c8f6ea0eaceb91.tar.gz gentoo-2-c9bf0cccfed28088a67c5ae152c8f6ea0eaceb91.tar.bz2 gentoo-2-c9bf0cccfed28088a67c5ae152c8f6ea0eaceb91.zip |
Lowered dep to >=app-text/mupdf-1.0_rc1
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-text/llpp/llpp-9999.ebuild')
-rw-r--r-- | app-text/llpp/llpp-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/llpp/llpp-9999.ebuild b/app-text/llpp/llpp-9999.ebuild index 2c376a51d661..27d4d143295e 100644 --- a/app-text/llpp/llpp-9999.ebuild +++ b/app-text/llpp/llpp-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-9999.ebuild,v 1.12 2012/03/26 07:23:31 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-9999.ebuild,v 1.13 2012/04/07 18:52:13 xmw Exp $ EAPI=4 @@ -24,7 +24,7 @@ RDEPEND="media-libs/freetype x11-libs/libX11 x11-misc/xsel" DEPEND="${RDEPEND} - =app-text/mupdf-9999 + >=app-text/mupdf-1.0_rc1 dev-lang/ocaml[ocamlopt] dev-ml/lablgl[glut]" |