Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mpm_itk/
Date: Sat, 20 Feb 2016 23:03:53
Message-Id: 1456009406.e49a3ec04af37ce27eb552e1572f5cc0abc97cca.mjo@gentoo
1 commit: e49a3ec04af37ce27eb552e1572f5cc0abc97cca
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 20 22:56:36 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 23:03:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49a3ec0
7
8 www-apache/mpm_itk: revert EAPI=6 ebuild to EAPI=5.
9
10 The depend.apache eclass is not fully EAPI=6 compatible. Revert to
11 EAPI=5 until it is. Thanks go to Arfrever Frehtes Taifersar Arahesis
12 for catching the mistake.
13
14 Gentoo-Bug: 575252
15
16 Package-Manager: portage-2.2.26
17
18 .../mpm_itk/{mpm_itk-2.4.7_p4.ebuild => mpm_itk-2.4.7_p4-r1.ebuild} | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 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
22 similarity index 99%
23 rename from www-apache/mpm_itk/mpm_itk-2.4.7_p4.ebuild
24 rename to www-apache/mpm_itk/mpm_itk-2.4.7_p4-r1.ebuild
25 index 65b42cb..4a9c46c 100644
26 --- a/www-apache/mpm_itk/mpm_itk-2.4.7_p4.ebuild
27 +++ b/www-apache/mpm_itk/mpm_itk-2.4.7_p4-r1.ebuild
28 @@ -2,7 +2,7 @@
29 # Distributed under the terms of the GNU General Public License v2
30 # $Id$
31
32 -EAPI=6
33 +EAPI=5
34 inherit apache-module linux-info
35
36 MY_PN=${PN/_/-}