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

EAPI=8

KEYWORDS="-* amd64 x86"
YEAR=2021
DLANG_VERSION_RANGE="2.076-2.080 2.082 2.084-2.098"

inherit dmd

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