commit:     260a65ddd52f7ac362db45964c8dcec911e193ad
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 23:14:18 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 23:14:18 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260a65dd

dev-perl/BZ-Client: Add missing dependency on Module::Build

Package-Manager: portage-2.2.26

 dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild 
b/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild
index 78792c0..8aaa57a 100644
--- a/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild
+++ b/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild
@@ -10,7 +10,6 @@ inherit perl-module
 
 DESCRIPTION="A client for the Bugzilla web services API."
 
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
@@ -21,5 +20,5 @@ RDEPEND="
        dev-perl/XML-Parser
 "
 DEPEND="${RDEPEND}
-       virtual/perl-ExtUtils-MakeMaker
+       dev-perl/Module-Build
 "

Reply via email to