diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-23 08:42:42 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-23 10:15:49 +0100 |
commit | ddcae9b1f1b71ea5e2dc3d767b82d83395e025c5 (patch) | |
tree | 153820ec817662b2999332e3b4869d81b899893c /dev-ml/opam | |
parent | dev-ml/ocaml-uint: Add proper subslot (diff) | |
download | gentoo-ddcae9b1f1b71ea5e2dc3d767b82d83395e025c5.tar.gz gentoo-ddcae9b1f1b71ea5e2dc3d767b82d83395e025c5.tar.bz2 gentoo-ddcae9b1f1b71ea5e2dc3d767b82d83395e025c5.zip |
dev-ml/opam: Add proper subslot for opam-lib
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/opam')
-rw-r--r-- | dev-ml/opam/opam-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/opam/opam-1.3.0.ebuild b/dev-ml/opam/opam-1.3.0.ebuild index 6d7f7d32857e..685ccb7d06e1 100644 --- a/dev-ml/opam/opam-1.3.0.ebuild +++ b/dev-ml/opam/opam-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit eutils DESCRIPTION="A source-based package manager for OCaml" HOMEPAGE="http://opam.ocaml.org/" LICENSE="LGPL-3-with-linking-exception" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" |