diff options
author | 2013-07-13 23:16:59 +0000 | |
---|---|---|
committer | 2013-07-13 23:16:59 +0000 | |
commit | 333bf196b9b0ea6256b8ddca168c2577f7f37f8a (patch) | |
tree | 464421520867e9ba88eff71fa0e604d3f04e5ae5 /app-text/llpp/llpp-15.ebuild | |
parent | Fix patch filename. (diff) | |
download | gentoo-2-333bf196b9b0ea6256b8ddca168c2577f7f37f8a.tar.gz gentoo-2-333bf196b9b0ea6256b8ddca168c2577f7f37f8a.tar.bz2 gentoo-2-333bf196b9b0ea6256b8ddca168c2577f7f37f8a.zip |
Fix help text (thanks Thomas J. Moore, bug 476724), update live build.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'app-text/llpp/llpp-15.ebuild')
-rw-r--r-- | app-text/llpp/llpp-15.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/llpp/llpp-15.ebuild b/app-text/llpp/llpp-15.ebuild index da2f8b08958c..3f52b433eefc 100644 --- a/app-text/llpp/llpp-15.ebuild +++ b/app-text/llpp/llpp-15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-15.ebuild,v 1.7 2013/06/16 22:26:39 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-15.ebuild,v 1.8 2013/07/13 23:16:59 xmw Exp $ EAPI=5 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="+ocamlopt static" LIB_DEPEND=">=app-text/mupdf-1.2:=[static-libs] - <=app-text/mupdf-9999[static-libs] + <app-text/mupdf-9999[static-libs] media-libs/openjpeg:0[static-libs] media-libs/freetype:2[static-libs] media-libs/jbig2dec[static-libs] @@ -66,7 +66,7 @@ src_compile() { fi verbose() { echo "$@" >&2 ; "$@" || die ; } - verbose ocaml str.cma keystoml.ml KEYS > help.ml + verbose ocaml str.cma keystoml.ml < KEYS > help.ml verbose printf 'let version ="%s";;\n' ${PV} >> help.ml verbose ${ocaml} -c -o link.o -ccopt "${ccopt}" link.c verbose ${ocaml} -c -o help.${cmo} help.ml |