diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-21 22:32:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-21 22:32:45 +0200 |
commit | 2d4ac687fbf44588f764697c9dcb2b960a18d51b (patch) | |
tree | 7ce51ddbb462a8c7b3b54367e11aef8937ff0144 /dev-ml/pomap/pomap-3.0.3.ebuild | |
parent | sci-mathematics/coq: Remove := from || dep, #586304 (diff) | |
download | gentoo-2d4ac687fbf44588f764697c9dcb2b960a18d51b.tar.gz gentoo-2d4ac687fbf44588f764697c9dcb2b960a18d51b.tar.bz2 gentoo-2d4ac687fbf44588f764697c9dcb2b960a18d51b.zip |
dev-ml/*: Remove := slot ops from || deps, #586304
Diffstat (limited to 'dev-ml/pomap/pomap-3.0.3.ebuild')
-rw-r--r-- | dev-ml/pomap/pomap-3.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/pomap/pomap-3.0.3.ebuild b/dev-ml/pomap/pomap-3.0.3.ebuild index 47f352938aea..cfbbd57790db 100644 --- a/dev-ml/pomap/pomap-3.0.3.ebuild +++ b/dev-ml/pomap/pomap-3.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="https://bitbucket.org/mmottl/pomap" SRC_URI="https://bitbucket.org/mmottl/pomap/downloads/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" -DEPEND="|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" +DEPEND="|| ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )" RDEPEND="${DEPEND}" SLOT="0/${PV}" KEYWORDS="amd64 ppc x86" |