diff options
author | 2013-08-16 23:06:22 +0000 | |
---|---|---|
committer | 2013-08-16 23:06:22 +0000 | |
commit | bdf73b4c04b05db2c51d158f5356da183872b568 (patch) | |
tree | d9d0007c896a3e0d041f7caf0436c328c587d4a1 /dev-ml/bolt/bolt-1.4.ebuild | |
parent | remove ol (diff) | |
download | gentoo-2-bdf73b4c04b05db2c51d158f5356da183872b568.tar.gz gentoo-2-bdf73b4c04b05db2c51d158f5356da183872b568.tar.bz2 gentoo-2-bdf73b4c04b05db2c51d158f5356da183872b568.zip |
eapi5, define subslot and add := dep on ocaml
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/bolt/bolt-1.4.ebuild')
-rw-r--r-- | dev-ml/bolt/bolt-1.4.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-ml/bolt/bolt-1.4.ebuild b/dev-ml/bolt/bolt-1.4.ebuild index 404718f0f682..1acbc7fa3919 100644 --- a/dev-ml/bolt/bolt-1.4.ebuild +++ b/dev-ml/bolt/bolt-1.4.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/bolt/bolt-1.4.ebuild,v 1.1 2012/10/29 23:25:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/bolt-1.4.ebuild,v 1.2 2013/08/16 23:06:22 aballier Exp $ -EAPI=4 +EAPI=5 inherit findlib @@ -11,11 +11,11 @@ HOMEPAGE="http://bolt.x9c.fr/" SRC_URI="http://bolt.x9c.fr/distrib/${P}.tar.gz" LICENSE="LGPL-3" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="doc" -DEPEND=">=dev-lang/ocaml-3.11[ocamlopt]" +DEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]" RDEPEND="${DEPEND}" src_configure() { |