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

EAPI=6

KEYWORDS="-* amd64 x86"
YEAR=2015
DLANG_VERSION_RANGE="2.063-"

inherit dmd

PATCHES=(
	"${FILESDIR}/2.067-no-narrowing.patch"
	"${FILESDIR}/2.068-replace-bits-mathdef-h.patch"
	"${FILESDIR}/2.073-fix-segv-in-evalu8.patch"
	"${FILESDIR}/2.065-link-32-bit-shared-lib-with-ld.bfd.patch"
)