From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3E11F138262 for ; Sat, 21 May 2016 10:56:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E347BE0891; Sat, 21 May 2016 10:56:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6525AE0891 for ; Sat, 21 May 2016 10:56:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1139E340C20 for ; Sat, 21 May 2016 10:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C08A96F for ; Sat, 21 May 2016 10:56:51 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1463828192.930c69859efcec5429606ff467640b4420a9ce6c.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/bugzilla/bugzilla-4.4.12.ebuild www-apps/bugzilla/bugzilla-5.0.3.ebuild X-VCS-Directories: www-apps/bugzilla/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 930c69859efcec5429606ff467640b4420a9ce6c X-VCS-Branch: master Date: Sat, 21 May 2016 10:56:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 95375999-251b-435e-9788-0537a9ad8dd2 X-Archives-Hash: ba6097af3625dd5dfd10a2cc04788337 commit: 930c69859efcec5429606ff467640b4420a9ce6c Author: Craig Inches craiginches com> AuthorDate: Sat May 21 10:29:05 2016 +0000 Commit: Ian Delaney gentoo 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 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() {