summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-07 16:36:28 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-07 16:36:44 +0100
commitfcde97648130f28eecf358c059473f08d88b8290 (patch)
tree0d6d61baa6ed1fe344c64105dfc92a9ff908feec
parentapp-i18n/man-pages-ru: version bump (diff)
downloadgentoo-fcde97648130f28eecf358c059473f08d88b8290.tar.gz
gentoo-fcde97648130f28eecf358c059473f08d88b8290.tar.bz2
gentoo-fcde97648130f28eecf358c059473f08d88b8290.zip
dev-ml/macaque: add missing dep on dev-ml/oasis; bug #576684
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r--dev-ml/macaque/macaque-0.7.4.ebuild5
1 files 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 19d2258ef8c6..c969f6b8fff5 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"