diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-02-20 17:56:36 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-02-20 18:03:26 -0500 |
commit | e49a3ec04af37ce27eb552e1572f5cc0abc97cca (patch) | |
tree | 4290c6717da7d1a1f0e16d4701fd50cb99ff8ff5 /www-apache | |
parent | dev-go/go-oauth2: version bump to 0_pre20160220 (diff) | |
download | gentoo-e49a3ec04af37ce27eb552e1572f5cc0abc97cca.tar.gz gentoo-e49a3ec04af37ce27eb552e1572f5cc0abc97cca.tar.bz2 gentoo-e49a3ec04af37ce27eb552e1572f5cc0abc97cca.zip |
www-apache/mpm_itk: revert EAPI=6 ebuild to EAPI=5.
The depend.apache eclass is not fully EAPI=6 compatible. Revert to
EAPI=5 until it is. Thanks go to Arfrever Frehtes Taifersar Arahesis
for catching the mistake.
Gentoo-Bug: 575252
Package-Manager: portage-2.2.26
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mpm_itk/mpm_itk-2.4.7_p4-r1.ebuild (renamed from www-apache/mpm_itk/mpm_itk-2.4.7_p4.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apache/mpm_itk/mpm_itk-2.4.7_p4.ebuild b/www-apache/mpm_itk/mpm_itk-2.4.7_p4-r1.ebuild index 65b42cbdd810..4a9c46c6ab22 100644 --- a/www-apache/mpm_itk/mpm_itk-2.4.7_p4.ebuild +++ b/www-apache/mpm_itk/mpm_itk-2.4.7_p4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=6 +EAPI=5 inherit apache-module linux-info MY_PN=${PN/_/-} |