summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-06-23 13:32:14 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-06-23 13:32:21 +0200
commit3aae6ad8f990fcd55ceb46ae4de20a67ebf12ef0 (patch)
tree8d4f7feff5f12a8e1312ca1f002a384a580ca1e3 /dev-ml/utop
parentprofiles: Drop mask for removed KDE Toys (diff)
downloadgentoo-3aae6ad8f990fcd55ceb46ae4de20a67ebf12ef0.tar.gz
gentoo-3aae6ad8f990fcd55ceb46ae4de20a67ebf12ef0.tar.bz2
gentoo-3aae6ad8f990fcd55ceb46ae4de20a67ebf12ef0.zip
dev-ml/utop: drop backward compat dep for camlp4
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-ml/utop')
-rw-r--r--dev-ml/utop/utop-1.19.2-r1.ebuild (renamed from dev-ml/utop/utop-1.19.2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/utop/utop-1.19.2.ebuild b/dev-ml/utop/utop-1.19.2-r1.ebuild
index 8da80ebddb9a..c451a6b2bda0 100644
--- a/dev-ml/utop/utop-1.19.2.ebuild
+++ b/dev-ml/utop/utop-1.19.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,7 +21,7 @@ DEPEND=">=dev-ml/lwt-2.4.0:=[react]
>=dev-ml/zed-1.2:=
>=dev-ml/cppo-1.0.1:=
emacs? ( virtual/emacs )
- camlp4? ( || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) )"
+ camlp4? ( dev-ml/camlp4:= )"
RDEPEND="${DEPEND}"
DOCS=( "CHANGES.md" "README.md" )