Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/slic3r/
Date: Tue, 03 May 2016 15:52:23
Message-Id: 1462290131.91fdee6efa5a28c056f36f83c24db2487ffa86c3.axs@gentoo
1 commit: 91fdee6efa5a28c056f36f83c24db2487ffa86c3
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 15:42:11 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 15:42:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fdee6e
7
8 media-gfx/slic3r: revbump to fix a couple of dependencies
9
10 dev-perl/Encode-Locale had a typo in PV, fixed; also dropped the
11 dependency of dev-lang/perl-5.22 since (A) it's not a real dependency
12 and (B) it inhibits mixed-~arch installs if the user overlays perl-core/threads
13 and perl-core/Socket to provide the necessary versions of those modules.
14
15 Package-Manager: portage-2.2.26
16
17 .../slic3r/{slic3r-1.2.9-r1.ebuild => slic3r-1.2.9-r2.ebuild} | 7 ++-----
18 1 file changed, 2 insertions(+), 5 deletions(-)
19
20 diff --git a/media-gfx/slic3r/slic3r-1.2.9-r1.ebuild b/media-gfx/slic3r/slic3r-1.2.9-r2.ebuild
21 similarity index 93%
22 rename from media-gfx/slic3r/slic3r-1.2.9-r1.ebuild
23 rename to media-gfx/slic3r/slic3r-1.2.9-r2.ebuild
24 index 244eb2e..f0ce2dd 100644
25 --- a/media-gfx/slic3r/slic3r-1.2.9-r1.ebuild
26 +++ b/media-gfx/slic3r/slic3r-1.2.9-r2.ebuild
27 @@ -15,13 +15,10 @@ SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 IUSE="+gui test"
30
31 -# Slic3r is a fragile application.
32 -# In order to produce reasonably good results we require
33 -# latest dependencies.
34 -RDEPEND=">=dev-lang/perl-5.22
35 +RDEPEND="!=dev-lang/perl-5.16*
36 >=dev-libs/boost-1.55[threads]
37 dev-perl/Class-XSAccessor
38 - >=dev-perl/Encode-Locale-0.50.0
39 + >=dev-perl/Encode-Locale-1.50.0
40 dev-perl/IO-stringy
41 >=dev-perl/Math-PlanePath-53.0.0
42 >=dev-perl/Moo-1.3.1