commit: 930c69859efcec5429606ff467640b4420a9ce6c Author: Craig Inches <craig <AT> craiginches <DOT> com> AuthorDate: Sat May 21 10:29:05 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Sat May 21 10:56:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930c6985
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 <AT> gentoo.org> 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(-) diff --git a/www-apps/bugzilla/bugzilla-4.4.12.ebuild b/www-apps/bugzilla/bugzilla-4.4.12.ebuild index aa079fb..99bd67d 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 89d446f..8d4a768 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() {
