diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-03-22 18:46:20 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-03-22 18:46:20 +0100 |
commit | 47500a741ead5a2cb6511d057c5078b5210f7653 (patch) | |
tree | dd2f872a87a797e63a1a59fea87596aaac431264 /sci-misc | |
parent | dev-ml/ocamlsdl: respect opengl USE (diff) | |
download | gentoo-47500a741ead5a2cb6511d057c5078b5210f7653.tar.gz gentoo-47500a741ead5a2cb6511d057c5078b5210f7653.tar.bz2 gentoo-47500a741ead5a2cb6511d057c5078b5210f7653.zip |
sci-misc/flashdot: fix deps
Closes: https://bugs.gentoo.org/835802
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/flashdot/flashdot-1.1.4-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-misc/flashdot/flashdot-1.1.4-r1.ebuild b/sci-misc/flashdot/flashdot-1.1.4-r1.ebuild index 3266f2b6d7d3..e4d55db5efae 100644 --- a/sci-misc/flashdot/flashdot-1.1.4-r1.ebuild +++ b/sci-misc/flashdot/flashdot-1.1.4-r1.ebuild @@ -14,10 +14,10 @@ KEYWORDS="~amd64 ~x86" IUSE="+ocamlopt" DEPEND=" - >=dev-lang/ocaml-3.10[ocamlopt?] - dev-ml/gsl-ocaml - dev-ml/lablgl[glut] - dev-ml/ocamlsdl + >=dev-lang/ocaml-3.10:=[ocamlopt?] + dev-ml/gsl-ocaml:= + dev-ml/lablgl:=[glut] + dev-ml/ocamlsdl:=[opengl] x11-apps/xdpyinfo" RDEPEND="${DEPEND}" PATCHES=( |