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:
Juan Miguel Carceller 2025-02-23 23:28:55 +01:00 committed by GitHub
parent c94024d51d
commit 92c16d085f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):