aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Leise <marco.leise@gmx.de>2017-01-05 18:13:31 +0100
committerMarco Leise <marco.leise@gmx.de>2017-01-05 18:13:31 +0100
commit18bdb786adc2ca4f1081f9897f79fc38639e0d9a (patch)
tree9f1aeb7463fe99db9cee24fb1930d112c9b87fd6 /dev-util/dfmt
parentAdded new gdc release (gcc 4.9.4 + front-end 2.068.2) (diff)
downloaddlang-18bdb786adc2ca4f1081f9897f79fc38639e0d9a.tar.gz
dlang-18bdb786adc2ca4f1081f9897f79fc38639e0d9a.tar.bz2
dlang-18bdb786adc2ca4f1081f9897f79fc38639e0d9a.zip
Raise dlang.eclass EAPI to 6; allows bash 4.2 features (associative arrays)
Diffstat (limited to 'dev-util/dfmt')
-rw-r--r--dev-util/dfmt/dfmt-0.4.5.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/dfmt/dfmt-0.4.5.ebuild b/dev-util/dfmt/dfmt-0.4.5.ebuild
index 6301319..3a05535 100644
--- a/dev-util/dfmt/dfmt-0.4.5.ebuild
+++ b/dev-util/dfmt/dfmt-0.4.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
DESCRIPTION="Dfmt is a formatter for D source code"
HOMEPAGE="https://github.com/Hackerpilot/dfmt"
@@ -29,6 +29,8 @@ src_prepare() {
mv -T "../experimental_allocator-${ALLOCATOR}" libdparse/experimental_allocator || die
# Phobos 2.069 comes with allocators and would result in conflicting modules when linked as shared library.
dlang_phobos_level 2.069 && rm -rf libdparse/experimental_allocator
+ # Apply patches
+ dlang_src_prepare
}
d_src_compile() {