diff options
-rw-r--r-- | www-apps/bugzilla/bugzilla-4.4.12.ebuild | 3 | ||||
-rw-r--r-- | www-apps/bugzilla/bugzilla-5.0.3.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
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() { |