mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
sci-mathematics/frama-c-*: force gtk USE to match frama-c core
Having frama-c[gtk] can cause problems if there are plugins compiled with [-gtk]. It can also cause runtime issues. Closes: https://bugs.gentoo.org/817314 Closes: https://bugs.gentoo.org/817365 Signed-off-by: François-Xavier Carton <fx.carton91@gmail.com>
This commit is contained in:
@@ -16,8 +16,8 @@ KEYWORDS="~amd64"
|
||||
IUSE="gtk +ocamlopt"
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="~sci-mathematics/frama-c-${PV}:=[gtk?,ocamlopt?]
|
||||
~sci-mathematics/frama-c-eva-${PV}:=[gtk?,ocamlopt?]
|
||||
RDEPEND="~sci-mathematics/frama-c-${PV}:=[gtk=,ocamlopt?]
|
||||
~sci-mathematics/frama-c-eva-${PV}:=[gtk=,ocamlopt?]
|
||||
~sci-mathematics/frama-c-inout-${PV}:=[ocamlopt?]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@ KEYWORDS="~amd64"
|
||||
IUSE="gtk +ocamlopt"
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="~sci-mathematics/frama-c-${PV}:=[gtk?,ocamlopt?]
|
||||
~sci-mathematics/frama-c-eva-${PV}:=[gtk?,ocamlopt?]
|
||||
RDEPEND="~sci-mathematics/frama-c-${PV}:=[gtk=,ocamlopt?]
|
||||
~sci-mathematics/frama-c-eva-${PV}:=[gtk=,ocamlopt?]
|
||||
~sci-mathematics/frama-c-inout-${PV}:=[ocamlopt?]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user