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: media-gfx/slic3r/
Date: Sun, 17 Oct 2021 20:04:23
Message-Id: 1634501034.2726c069570ec3b123c107d201581652116c6ab8.dilfridge@gentoo
1 commit: 2726c069570ec3b123c107d201581652116c6ab8
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 19:34:18 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 20:03:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2726c069
7
8 media-gfx/slic3r: add Module-Build dependency
9
10 Closes: https://bugs.gentoo.org/817944
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 media-gfx/slic3r/slic3r-9999.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/media-gfx/slic3r/slic3r-9999.ebuild b/media-gfx/slic3r/slic3r-9999.ebuild
18 index 16f8d66dac3..3d418fb61e1 100644
19 --- a/media-gfx/slic3r/slic3r-9999.ebuild
20 +++ b/media-gfx/slic3r/slic3r-9999.ebuild
21 @@ -69,6 +69,9 @@ DEPEND="
22 virtual/perl-Test-Simple
23 )
24 "
25 +BDEPEND="${DEPEND}
26 + dev-perl/Module-Build
27 +"
28
29 PERL_S="${S}/xs"