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

EAPI=8

KEYWORDS="-* amd64 x86"
YEAR=2015
ARCHIVE="linux.zip"

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"
)