www-apps/bugzilla: EAPI Version bump
authorCraig Inches <craig@craiginches.com>
Sat, 21 May 2016 10:29:05 +0000 (11:29 +0100)
committerIan Delaney <idella4@gentoo.org>
Sat, 21 May 2016 10:56:32 +0000 (18:56 +0800)
EAPI 5 > 6

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1498

Signed-off-by: Ian Delaney <idella4@gentoo.org>
www-apps/bugzilla/bugzilla-4.4.12.ebuild
www-apps/bugzilla/bugzilla-5.0.3.ebuild

index aa079fb4eea7e8f814097da1cd3491a3c868db2d..99bd67d6019a84a84258ae543bae9f2a399cfc51 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit webapp depend.apache eutils
 
@@ -87,6 +87,7 @@ src_prepare() {
 
        # Remove bundled perl modules
        rm -r lib/ || die
+       eapply_user
 }
 
 src_test() {
index 89d446f5814803f1cdb440790eef092bf577dab5..8d4a768c6673023b55f9533e7f28eb15d1ecbd42 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit webapp depend.apache eutils
 
@@ -95,6 +95,7 @@ src_prepare() {
 
        # Remove bundled perl modules
        rm -r lib/ || die
+       eapply_user
 }
 
 src_test() {