diff options
author | Marco Leise <marco.leise@gmx.de> | 2019-06-29 22:21:07 +0200 |
---|---|---|
committer | Marco Leise <marco.leise@gmx.de> | 2019-06-29 22:21:07 +0200 |
commit | 0133e27f2a06576687b744ea8c7f998a81cd14b6 (patch) | |
tree | 5436ec3055254f670820d18f98002f2b69d337a8 /dev-lang/dmd/dmd-2.072.2-r5.ebuild | |
parent | Merge branch 'MoritzMaxeiner-staging' (diff) | |
download | dlang-0133e27f2a06576687b744ea8c7f998a81cd14b6.tar.gz dlang-0133e27f2a06576687b744ea8c7f998a81cd14b6.tar.bz2 dlang-0133e27f2a06576687b744ea8c7f998a81cd14b6.zip |
additional modifications for the /opt -> /usr/lib move
Diffstat (limited to 'dev-lang/dmd/dmd-2.072.2-r5.ebuild')
-rw-r--r-- | dev-lang/dmd/dmd-2.072.2-r5.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-lang/dmd/dmd-2.072.2-r5.ebuild b/dev-lang/dmd/dmd-2.072.2-r5.ebuild new file mode 100644 index 0000000..306e3d6 --- /dev/null +++ b/dev-lang/dmd/dmd-2.072.2-r5.ebuild @@ -0,0 +1,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" +) |