diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-16 23:08:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-16 23:08:51 +0000 |
commit | 6461fefe8e1227194ea08dd51d8b24353af36f6d (patch) | |
tree | eee9b2d714aaa2ee5785622638bf0bb516b5c4b7 /dev-ml/cairo-ocaml | |
parent | eapi5, define subslot and add := dep on ocaml (diff) | |
download | gentoo-2-6461fefe8e1227194ea08dd51d8b24353af36f6d.tar.gz gentoo-2-6461fefe8e1227194ea08dd51d8b24353af36f6d.tar.bz2 gentoo-2-6461fefe8e1227194ea08dd51d8b24353af36f6d.zip |
eapi5, define subslot and add := deps on ocaml/lablgtk
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/cairo-ocaml')
-rw-r--r-- | dev-ml/cairo-ocaml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-ml/cairo-ocaml/ChangeLog b/dev-ml/cairo-ocaml/ChangeLog index dde0ac131a32..db907ebf2c6c 100644 --- a/dev-ml/cairo-ocaml/ChangeLog +++ b/dev-ml/cairo-ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/cairo-ocaml -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/cairo-ocaml/ChangeLog,v 1.1 2012/06/18 20:01:27 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/cairo-ocaml/ChangeLog,v 1.2 2013/08/16 23:08:51 aballier Exp $ + + 16 Aug 2013; Alexis Ballier <aballier@gentoo.org> cairo-ocaml-1.2.0.ebuild: + eapi5, define subslot and add := deps on ocaml/lablgtk *cairo-ocaml-1.2.0 (18 Jun 2012) diff --git a/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild b/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild index 18754ce78a52..44b9f713e718 100644 --- a/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild +++ b/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild,v 1.1 2012/06/18 20:01:27 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild,v 1.2 2013/08/16 23:08:51 aballier Exp $ -EAPI=4 +EAPI=5 inherit eutils findlib autotools @@ -11,13 +11,13 @@ HOMEPAGE="http://www.cairographics.org/cairo-ocaml/" SRC_URI="http://cgit.freedesktop.org/cairo-ocaml/snapshot/${P}.tar.bz2" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc examples gtk pango svg" -RDEPEND="dev-lang/ocaml +RDEPEND="dev-lang/ocaml:= x11-libs/cairo - gtk? ( dev-ml/lablgtk:2 ) + gtk? ( dev-ml/lablgtk:2= ) pango? ( x11-libs/pango ) svg? ( x11-libs/libsvg-cairo )" DEPEND="${RDEPEND}" |