dev-ml/macaque: add missing dep on dev-ml/oasis; bug #576684
authorAlexis Ballier <aballier@gentoo.org>
Mon, 7 Mar 2016 15:36:28 +0000 (16:36 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 7 Mar 2016 15:36:44 +0000 (16:36 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ml/macaque/macaque-0.7.4.ebuild

index 19d2258ef8c615caa174cbaca07d209cd520f05e..c969f6b8fff5ae4dc10c4976ef52c8fffeba9200 100644 (file)
@@ -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"