aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Horodniceanu <a.horodniceanu@proton.me>2024-08-30 10:28:38 +0300
committerAndrei Horodniceanu <a.horodniceanu@proton.me>2024-08-30 10:42:28 +0300
commit1a41a5efc71df5067992985c6339f402d02b5ab4 (patch)
tree8a995abf70fb05ae00f8bfcb2b8692d815aef56c /x11-terms
parentnet-misc/onedrive: enable dmd-2_109 and ldc2-1_39 (diff)
downloaddlang-master.tar.gz
dlang-master.tar.bz2
dlang-master.zip
x11-terms/tilix: enable dmd-2_109 and ldc2-1_39HEADmaster
Additionally move the inherit to the beginning of the ebuild. Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/tilix/tilix-1.9.6-r2.ebuild9
1 files 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