aboutsummaryrefslogtreecommitdiff
blob: 481f807707b5f6622d968d4423fe600c94ee0552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

KEYWORDS="-* ~amd64 ~x86"
DLANG_COMPAT=( dmd-2_{106..109} gdc-1{3,4} ldc2-1_{35..38} )

inherit dmd-r1

PATCHES=(
	"${FILESDIR}/2.107-dmd-r1-link-32-bit-shared-lib-with-ld.bfd.patch"

	"${FILESDIR}/2.109-importc-mute-gcc-warnings-pr-16605.patch"
)