diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-06-23 16:20:43 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-06-23 16:24:26 +0200 |
commit | c36c85d6e656d01f766220242e97a668d46ce538 (patch) | |
tree | a58bc440f7795766bc9bb80ad489aa137de669af /dev-ml | |
parent | dev-ml/pipebang: remove old (diff) | |
download | gentoo-c36c85d6e656d01f766220242e97a668d46ce538.tar.gz gentoo-c36c85d6e656d01f766220242e97a668d46ce538.tar.bz2 gentoo-c36c85d6e656d01f766220242e97a668d46ce538.zip |
dev-ml/optcomp: drop backward comapt dep on camlp4
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/optcomp/optcomp-1.6-r1.ebuild (renamed from dev-ml/optcomp/optcomp-1.6.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/optcomp/optcomp-1.6.ebuild b/dev-ml/optcomp/optcomp-1.6-r1.ebuild index e4c4f2bd8a57..aebe9a3ea0d6 100644 --- a/dev-ml/optcomp/optcomp-1.6.ebuild +++ b/dev-ml/optcomp/optcomp-1.6-r1.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$ @@ -17,7 +17,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -DEPEND="|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" +DEPEND="dev-ml/camlp4:=" RDEPEND="${DEPEND}" DOCS=( CHANGES.md README.md ) |