diff options
author | François-Xavier Carton <fx.carton91@gmail.com> | 2022-05-24 23:23:29 +0200 |
---|---|---|
committer | François-Xavier Carton <fx.carton91@gmail.com> | 2022-05-24 23:30:02 +0200 |
commit | e9083b7690d96235a394f9346906ce3d42e2de1d (patch) | |
tree | d185518dad3d05377f2b041b96bdb68f5feb751b /sci-mathematics/frama-c-scope/frama-c-scope-23.1.ebuild | |
parent | sci-mathematics/frama-c: better fix for flags issue (diff) | |
download | guru-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.ebuild | 4 |
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}" |