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

EAPI=6

KEYWORDS="-* amd64 x86"
YEAR=2016
DLANG_VERSION_RANGE="2.067-2.073"

inherit dmd

PATCHES=(
	"${FILESDIR}/2.073-fix-segv-in-evalu8.patch"
	"${FILESDIR}/2.069-link-32-bit-shared-lib-with-ld.bfd.patch"
)