aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois-Xavier Carton <fx.carton91@gmail.com>2022-05-24 23:23:29 +0200
committerFrançois-Xavier Carton <fx.carton91@gmail.com>2022-05-24 23:30:02 +0200
commite9083b7690d96235a394f9346906ce3d42e2de1d (patch)
treed185518dad3d05377f2b041b96bdb68f5feb751b /sci-mathematics/frama-c-scope/frama-c-scope-23.1.ebuild
parentsci-mathematics/frama-c: better fix for flags issue (diff)
downloadguru-e9083b7690d96235a394f9346906ce3d42e2de1d.tar.gz
guru-e9083b7690d96235a394f9346906ce3d42e2de1d.tar.bz2
guru-e9083b7690d96235a394f9346906ce3d42e2de1d.zip
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>
Diffstat (limited to 'sci-mathematics/frama-c-scope/frama-c-scope-23.1.ebuild')
-rw-r--r--sci-mathematics/frama-c-scope/frama-c-scope-23.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/frama-c-scope/frama-c-scope-23.1.ebuild b/sci-mathematics/frama-c-scope/frama-c-scope-23.1.ebuild
index 88eaf9630..f8b4f03ed 100644
--- a/sci-mathematics/frama-c-scope/frama-c-scope-23.1.ebuild
+++ b/sci-mathematics/frama-c-scope/frama-c-scope-23.1.ebuild
@@ -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}"