Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/BZ-Client/
Date: Tue, 22 Dec 2015 23:14:50
Message-Id: 1450826058.260a65ddd52f7ac362db45964c8dcec911e193ad.dilfridge@gentoo
1 commit: 260a65ddd52f7ac362db45964c8dcec911e193ad
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 23:14:18 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 23:14:18 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260a65dd
7
8 dev-perl/BZ-Client: Add missing dependency on Module::Build
9
10 Package-Manager: portage-2.2.26
11
12 dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild b/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild
16 index 78792c0..8aaa57a 100644
17 --- a/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild
18 +++ b/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild
19 @@ -10,7 +10,6 @@ inherit perl-module
20
21 DESCRIPTION="A client for the Bugzilla web services API."
22
23 -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
24 SLOT="0"
25 KEYWORDS="~amd64 ~x86"
26 IUSE=""
27 @@ -21,5 +20,5 @@ RDEPEND="
28 dev-perl/XML-Parser
29 "
30 DEPEND="${RDEPEND}
31 - virtual/perl-ExtUtils-MakeMaker
32 + dev-perl/Module-Build
33 "