commit: fcde97648130f28eecf358c059473f08d88b8290
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 7 15:36:28 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 15:36:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcde9764
dev-ml/macaque: add missing dep on dev-ml/oasis; bug #576684
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ml/macaque/macaque-0.7.4.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-ml/macaque/macaque-0.7.4.ebuild
b/dev-ml/macaque/macaque-0.7.4.ebuild
index 19d2258..c969f6b 100644
--- a/dev-ml/macaque/macaque-0.7.4.ebuild
+++ b/dev-ml/macaque/macaque-0.7.4.ebuild
@@ -15,9 +15,10 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=">=dev-ml/pgocaml-2.1:=
+RDEPEND=">=dev-ml/pgocaml-2.1:=
dev-ml/camlp4:="
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ dev-ml/oasis"
DOCS=( Changelog README.md )
OASIS_SETUP_COMMAND="./setup.exe"