diff options
author | Marco Leise <marco.leise@gmx.de> | 2017-01-05 18:13:31 +0100 |
---|---|---|
committer | Marco Leise <marco.leise@gmx.de> | 2017-01-05 18:13:31 +0100 |
commit | 18bdb786adc2ca4f1081f9897f79fc38639e0d9a (patch) | |
tree | 9f1aeb7463fe99db9cee24fb1930d112c9b87fd6 /dev-libs | |
parent | Added new gdc release (gcc 4.9.4 + front-end 2.068.2) (diff) | |
download | dlang-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-libs')
-rw-r--r-- | dev-libs/gtkd/gtkd-2.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/gtkd/gtkd-3.3.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/gtkd/gtkd-2.4.2.ebuild b/dev-libs/gtkd/gtkd-2.4.2.ebuild index a0e3a75..19fd05c 100644 --- a/dev-libs/gtkd/gtkd-2.4.2.ebuild +++ b/dev-libs/gtkd/gtkd-2.4.2.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="D binding and OO wrapper of GTK+ and is released on the LGPL license" HOMEPAGE="http://gtkd.org/" diff --git a/dev-libs/gtkd/gtkd-3.3.0.ebuild b/dev-libs/gtkd/gtkd-3.3.0.ebuild index af6a104..844af7f 100644 --- a/dev-libs/gtkd/gtkd-3.3.0.ebuild +++ b/dev-libs/gtkd/gtkd-3.3.0.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="D binding and OO wrapper of GTK+ and is released on the LGPL license" HOMEPAGE="http://gtkd.org/" |