summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-16 23:06:22 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-08-16 23:06:22 +0000
commitbdf73b4c04b05db2c51d158f5356da183872b568 (patch)
treed9d0007c896a3e0d041f7caf0436c328c587d4a1 /dev-ml
parentremove ol (diff)
downloadgentoo-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')
-rw-r--r--dev-ml/bolt/ChangeLog5
-rw-r--r--dev-ml/bolt/bolt-1.4.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ml/bolt/ChangeLog b/dev-ml/bolt/ChangeLog
index 598b167d88c3..86455ffe1375 100644
--- a/dev-ml/bolt/ChangeLog
+++ b/dev-ml/bolt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/bolt
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/ChangeLog,v 1.4 2013/08/16 23:04:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/ChangeLog,v 1.5 2013/08/16 23:06:22 aballier Exp $
+
+ 16 Aug 2013; Alexis Ballier <aballier@gentoo.org> bolt-1.4.ebuild:
+ eapi5, define subslot and add := dep on ocaml
16 Aug 2013; Alexis Ballier <aballier@gentoo.org> -bolt-1.2.ebuild,
-bolt-1.3.ebuild:
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() {