From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD082139694 for ; Sat, 11 Feb 2017 19:47:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5911EE0CB2; Sat, 11 Feb 2017 19:47:39 +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 33A8DE0CB2 for ; Sat, 11 Feb 2017 19:47:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1ED05341229 for ; Sat, 11 Feb 2017 19:47:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B23654472 for ; Sat, 11 Feb 2017 19:47:36 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486842366.2d0c3de050aa5086592ef8363d27e196f6bbd102.soap@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-r1.ebuild www-apps/bugzilla/bugzilla-4.4.12.ebuild www-apps/bugzilla/bugzilla-5.0.3-r1.ebuild www-apps/bugzilla/bugzilla-5.0.3.ebuild X-VCS-Directories: www-apps/bugzilla/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2d0c3de050aa5086592ef8363d27e196f6bbd102 X-VCS-Branch: master Date: Sat, 11 Feb 2017 19:47:36 +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: 10820aa0-6f4f-4cd9-a67f-d624c4c84bbd X-Archives-Hash: ef851965c201922cc84d11db49797566 commit: 2d0c3de050aa5086592ef8363d27e196f6bbd102 Author: David Seifert gentoo org> AuthorDate: Sat Feb 11 19:21:55 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 11 19:46:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0c3de0 www-apps/bugzilla: Depend on virtual/imagemagick-tools Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3907 .../bugzilla/{bugzilla-4.4.12.ebuild => bugzilla-4.4.12-r1.ebuild} | 4 ++-- www-apps/bugzilla/{bugzilla-5.0.3.ebuild => bugzilla-5.0.3-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-apps/bugzilla/bugzilla-4.4.12.ebuild b/www-apps/bugzilla/bugzilla-4.4.12-r1.ebuild similarity index 95% rename from www-apps/bugzilla/bugzilla-4.4.12.ebuild rename to www-apps/bugzilla/bugzilla-4.4.12-r1.ebuild index b2c21225fc..b5dc6bb8f9 100644 --- a/www-apps/bugzilla/bugzilla-4.4.12.ebuild +++ b/www-apps/bugzilla/bugzilla-4.4.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -64,7 +64,7 @@ RDEPEND=" dev-perl/TheSchwartz dev-perl/Daemon-Generic dev-perl/File-MimeInfo - || ( media-gfx/imagemagick[perl] media-gfx/graphicsmagick[imagemagick,perl] ) + virtual/imagemagick-tools[perl] dev-perl/MIME-tools ) modperl? ( diff --git a/www-apps/bugzilla/bugzilla-5.0.3.ebuild b/www-apps/bugzilla/bugzilla-5.0.3-r1.ebuild similarity index 96% rename from www-apps/bugzilla/bugzilla-5.0.3.ebuild rename to www-apps/bugzilla/bugzilla-5.0.3-r1.ebuild index 1efd40a5f2..ecc1dcad7f 100644 --- a/www-apps/bugzilla/bugzilla-5.0.3.ebuild +++ b/www-apps/bugzilla/bugzilla-5.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -68,7 +68,7 @@ RDEPEND=" dev-perl/TheSchwartz dev-perl/Daemon-Generic dev-perl/File-MimeInfo - || ( media-gfx/imagemagick[perl] media-gfx/graphicsmagick[imagemagick,perl] ) + virtual/imagemagick-tools[perl] dev-perl/MIME-tools ) modperl? (