dev-perl/BZ-Client: Add missing dependency on Module::Build
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 22 Dec 2015 23:14:18 +0000 (00:14 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 22 Dec 2015 23:14:18 +0000 (00:14 +0100)
Package-Manager: portage-2.2.26

dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild

index 78792c0e006450fe6303819346d72081b20b6339..8aaa57a0c6f9e1dcacbb49914d919ef51b519b4c 100644 (file)
@@ -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
 "