diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-23 17:59:00 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-23 17:59:00 +0000 |
commit | 583cda2f1c78af691d305010c9901ca83097204a (patch) | |
tree | 0067a8443b6f2f88a439c06b24d9a8ae9123b68d /dev-ml/camldbm | |
parent | eapi5, define subslot and add slot deps (diff) | |
download | gentoo-2-583cda2f1c78af691d305010c9901ca83097204a.tar.gz gentoo-2-583cda2f1c78af691d305010c9901ca83097204a.tar.bz2 gentoo-2-583cda2f1c78af691d305010c9901ca83097204a.zip |
eapi5, define subslot and add slot deps
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/camldbm')
-rw-r--r-- | dev-ml/camldbm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camldbm/camldbm-1.0.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/camldbm/ChangeLog b/dev-ml/camldbm/ChangeLog index 9502d02347b0..57368cb0cec3 100644 --- a/dev-ml/camldbm/ChangeLog +++ b/dev-ml/camldbm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camldbm # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/ChangeLog,v 1.7 2013/01/03 15:21:35 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/ChangeLog,v 1.8 2013/07/23 17:59:00 aballier Exp $ + + 23 Jul 2013; Alexis Ballier <aballier@gentoo.org> camldbm-1.0.ebuild: + eapi5, define subslot and add slot deps 03 Jan 2013; Andreas Schuerch <nativemad@gentoo.org> camldbm-1.0.ebuild: ~x86 keyword set, see bug 440760 diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild b/dev-ml/camldbm/camldbm-1.0.ebuild index 88b1b9529b36..f29c77acfd70 100644 --- a/dev-ml/camldbm/camldbm-1.0.ebuild +++ b/dev-ml/camldbm/camldbm-1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild,v 1.7 2013/01/03 15:21:35 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild,v 1.8 2013/07/23 17:59:00 aballier Exp $ -EAPI=4 +EAPI=5 inherit base @@ -11,12 +11,12 @@ HOMEPAGE="http://forge.ocamlcore.org/projects/camldbm/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz" LICENSE="LGPL-2-with-linking-exception" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] <sys-libs/gdbm-1.9.1-r2 ) - >=dev-lang/ocaml-3.12[ocamlopt] + >=dev-lang/ocaml-3.12:=[ocamlopt] !<dev-lang/ocaml-4[gdbm]" RDEPEND="${DEPEND}" |