Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/macaque/
Date: Mon, 07 Mar 2016 15:37:00
Message-Id: 1457365004.fcde97648130f28eecf358c059473f08d88b8290.aballier@gentoo
1 commit: fcde97648130f28eecf358c059473f08d88b8290
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 15:36:28 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 15:36:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcde9764
7
8 dev-ml/macaque: add missing dep on dev-ml/oasis; bug #576684
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ml/macaque/macaque-0.7.4.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ml/macaque/macaque-0.7.4.ebuild b/dev-ml/macaque/macaque-0.7.4.ebuild
17 index 19d2258..c969f6b 100644
18 --- a/dev-ml/macaque/macaque-0.7.4.ebuild
19 +++ b/dev-ml/macaque/macaque-0.7.4.ebuild
20 @@ -15,9 +15,10 @@ SLOT="0/${PV}"
21 KEYWORDS="~amd64"
22 IUSE=""
23
24 -DEPEND=">=dev-ml/pgocaml-2.1:=
25 +RDEPEND=">=dev-ml/pgocaml-2.1:=
26 dev-ml/camlp4:="
27 -RDEPEND="${DEPEND}"
28 +DEPEND="${RDEPEND}
29 + dev-ml/oasis"
30 DOCS=( Changelog README.md )
31 OASIS_SETUP_COMMAND="./setup.exe"