summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-01-30 12:58:27 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-01-30 12:58:27 +0000
commit4296a0b0e24aab920bfbedc5e0dbc08da9ed7786 (patch)
tree0d163a5884cfb26152bf5da8b1b6e0eef13c9889 /dev-ml
parentAdd message about unsupported binary plugins. (diff)
downloadgentoo-2-4296a0b0e24aab920bfbedc5e0dbc08da9ed7786.tar.gz
gentoo-2-4296a0b0e24aab920bfbedc5e0dbc08da9ed7786.tar.bz2
gentoo-2-4296a0b0e24aab920bfbedc5e0dbc08da9ed7786.zip
add missing dep on camlp4
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/deriving/ChangeLog7
-rw-r--r--dev-ml/deriving/deriving-0.7.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-ml/deriving/ChangeLog b/dev-ml/deriving/ChangeLog
index c71bdcff0fe0..09371406885c 100644
--- a/dev-ml/deriving/ChangeLog
+++ b/dev-ml/deriving/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/deriving
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v 1.5 2014/10/29 14:22:34 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v 1.6 2015/01/30 12:58:27 aballier Exp $
+
+ 30 Jan 2015; Alexis Ballier <aballier@gentoo.org> deriving-0.7.ebuild:
+ add missing dep on camlp4
*deriving-0.7 (29 Oct 2014)
diff --git a/dev-ml/deriving/deriving-0.7.ebuild b/dev-ml/deriving/deriving-0.7.ebuild
index d4ead315adae..d4e10428a0ef 100644
--- a/dev-ml/deriving/deriving-0.7.ebuild
+++ b/dev-ml/deriving/deriving-0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/deriving-0.7.ebuild,v 1.1 2014/10/29 14:22:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/deriving-0.7.ebuild,v 1.2 2015/01/30 12:58:27 aballier Exp $
EAPI=5
@@ -21,6 +21,7 @@ RDEPEND="
>=dev-ml/type-conv-108:=
dev-ml/optcomp:=
dev-ml/findlib:=
+ dev-ml/camlp4:=
"
DEPEND="${RDEPEND}
dev-ml/oasis"