diff options
author | Craig Inches <craig@craiginches.com> | 2016-05-21 11:29:05 +0100 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-21 18:56:32 +0800 |
commit | 930c69859efcec5429606ff467640b4420a9ce6c (patch) | |
tree | 028af1b479429ae13262cf19d25d3bb2bda5dd57 /www-apps/bugzilla | |
parent | www-apps/bugzilla: Version bump 4.4.12 & 5.0.3 (diff) | |
download | gentoo-930c69859efcec5429606ff467640b4420a9ce6c.tar.gz gentoo-930c69859efcec5429606ff467640b4420a9ce6c.tar.bz2 gentoo-930c69859efcec5429606ff467640b4420a9ce6c.zip |
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 <idella4@gentoo.org>
Diffstat (limited to 'www-apps/bugzilla')
-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() { |