From 930c69859efcec5429606ff467640b4420a9ce6c Mon Sep 17 00:00:00 2001 From: Craig Inches Date: Sat, 21 May 2016 11:29:05 +0100 Subject: www-apps/bugzilla: EAPI Version bump EAPI 5 > 6 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1498 Signed-off-by: Ian Delaney --- www-apps/bugzilla/bugzilla-4.4.12.ebuild | 3 ++- www-apps/bugzilla/bugzilla-5.0.3.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'www-apps') diff --git a/www-apps/bugzilla/bugzilla-4.4.12.ebuild b/www-apps/bugzilla/bugzilla-4.4.12.ebuild index aa079fb4eea7..99bd67d6019a 100644 --- a/www-apps/bugzilla/bugzilla-4.4.12.ebuild +++ b/www-apps/bugzilla/bugzilla-4.4.12.ebuild @@ -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() { diff --git a/www-apps/bugzilla/bugzilla-5.0.3.ebuild b/www-apps/bugzilla/bugzilla-5.0.3.ebuild index 89d446f58148..8d4a768c6673 100644 --- a/www-apps/bugzilla/bugzilla-5.0.3.ebuild +++ b/www-apps/bugzilla/bugzilla-5.0.3.ebuild @@ -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() { -- cgit v1.2.3-65-gdbad