From 1a41a5efc71df5067992985c6339f402d02b5ab4 Mon Sep 17 00:00:00 2001 From: Andrei Horodniceanu Date: Fri, 30 Aug 2024 10:28:38 +0300 Subject: x11-terms/tilix: enable dmd-2_109 and ldc2-1_39 Additionally move the inherit to the beginning of the ebuild. Signed-off-by: Andrei Horodniceanu --- x11-terms/tilix/tilix-1.9.6-r2.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/x11-terms/tilix/tilix-1.9.6-r2.ebuild b/x11-terms/tilix/tilix-1.9.6-r2.ebuild index 39b0252..cf99b76 100644 --- a/x11-terms/tilix/tilix-1.9.6-r2.ebuild +++ b/x11-terms/tilix/tilix-1.9.6-r2.ebuild @@ -3,6 +3,9 @@ EAPI=8 +DLANG_COMPAT=( dmd-2_10{6..9} gdc-1{3,4} ldc2-1_{35..39} ) +inherit dlang-single gnome2-utils meson optfeature + DESCRIPTION="A tiling terminal emulator for Linux using GTK+ 3" HOMEPAGE="https://gnunn1.github.io/tilix-web/" @@ -21,11 +24,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -DLANG_COMPAT=( dmd-2_10{6..8} gdc-1{3,4} ldc2-1_{35..38} ) - -inherit dlang-single gnome2-utils meson optfeature - -# Older gcc ICEs due to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113125 +# Older gcc ICEs due to https://gcc.gnu.org/PR113125 MY_DLANG_DEPS="${DLANG_DEPS} $(dlang_gen_cond_dep ' >=sys-devel/gcc-13.3:13 -- cgit v1.2.3-65-gdbad