Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IMAP-BodyStructure/
Date: Sun, 07 Nov 2021 00:25:36
Message-Id: 1636244712.d2ba9f665f449897b470f69305d1ae14250a2a03.dilfridge@gentoo
1 commit: d2ba9f665f449897b470f69305d1ae14250a2a03
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 00:25:12 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 00:25:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ba9f66
7
8 dev-perl/IMAP-BodyStructure: Fix build dependencies
9
10 Closes: https://bugs.gentoo.org/821586
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 dev-perl/IMAP-BodyStructure/IMAP-BodyStructure-1.30.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-perl/IMAP-BodyStructure/IMAP-BodyStructure-1.30.0-r1.ebuild b/dev-perl/IMAP-BodyStructure/IMAP-BodyStructure-1.30.0-r1.ebuild
18 index af3434da048..2a9ce076d14 100644
19 --- a/dev-perl/IMAP-BodyStructure/IMAP-BodyStructure-1.30.0-r1.ebuild
20 +++ b/dev-perl/IMAP-BodyStructure/IMAP-BodyStructure-1.30.0-r1.ebuild
21 @@ -14,7 +14,7 @@ LICENSE="GPL-3"
22 SLOT="0"
23 KEYWORDS="~amd64"
24
25 -DEPEND="
26 +BDEPEND="
27 >=dev-perl/Module-Build-0.380.0
28 test? ( dev-perl/Test-NoWarnings )
29 "