gtkplus: add conflict with GCC 14 (#48661)
* gtkplus: add conflict with GCC 14 * gtkplus: conflict gcc@14: when @:3.24.35 --------- Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com> Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
This commit is contained in:
parent
c94024d51d
commit
92c16d085f
@ -88,6 +88,8 @@ class Gtkplus(AutotoolsPackage, MesonPackage):
|
||||
depends_on("cups", when="+cups")
|
||||
depends_on("libxfixes", when="@:2")
|
||||
|
||||
conflicts("%gcc@14:", when="@:3.24.35")
|
||||
|
||||
patch("no-demos.patch", when="@2.0:2")
|
||||
|
||||
def url_for_version(self, version):
|
||||
|
Loading…
Reference in New Issue
Block a user