diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-04-12 06:55:08 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-04-12 06:55:08 +0000 |
commit | bec5eed1e0ac779e5b6df6bcd01a8c693486eacd (patch) | |
tree | ca37f179d1854ff3f3124fbb514701397281c4ba /dev-ml/camlimages | |
parent | remove old (diff) | |
download | gentoo-2-bec5eed1e0ac779e5b6df6bcd01a8c693486eacd.tar.gz gentoo-2-bec5eed1e0ac779e5b6df6bcd01a8c693486eacd.tar.bz2 gentoo-2-bec5eed1e0ac779e5b6df6bcd01a8c693486eacd.zip |
require ocaml to be built with X useflag, bug #276452
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/camlimages')
-rw-r--r-- | dev-ml/camlimages/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlimages/camlimages-3.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/camlimages/ChangeLog b/dev-ml/camlimages/ChangeLog index 42f2b6464ff2..e7367ffc38f9 100644 --- a/dev-ml/camlimages/ChangeLog +++ b/dev-ml/camlimages/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlimages # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.25 2010/04/12 06:21:42 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.26 2010/04/12 06:55:08 aballier Exp $ + + 12 Apr 2010; Alexis Ballier <aballier@gentoo.org> camlimages-3.0.2.ebuild: + require ocaml to be built with X useflag, bug #276452 12 Apr 2010; Alexis Ballier <aballier@gentoo.org> -camlimages-2.20-r2.ebuild, -files/camlimages-2.20-ocaml-3.09.diff, diff --git a/dev-ml/camlimages/camlimages-3.0.2.ebuild b/dev-ml/camlimages/camlimages-3.0.2.ebuild index d464b34f2060..638a1d5ee349 100644 --- a/dev-ml/camlimages/camlimages-3.0.2.ebuild +++ b/dev-ml/camlimages/camlimages-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-3.0.2.ebuild,v 1.5 2010/04/12 06:16:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-3.0.2.ebuild,v 1.6 2010/04/12 06:55:08 aballier Exp $ EAPI=2 @@ -16,7 +16,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 x86" -RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt] +RDEPEND=">=dev-lang/ocaml-3.10.2[X,ocamlopt] gif? ( media-libs/giflib ) gtk? ( dev-ml/lablgtk ) gs? ( app-text/ghostscript-gpl ) |