commit: 91fdee6efa5a28c056f36f83c24db2487ffa86c3
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 15:42:11 2016 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Tue May 3 15:42:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fdee6e
media-gfx/slic3r: revbump to fix a couple of dependencies
dev-perl/Encode-Locale had a typo in PV, fixed; also dropped the
dependency of dev-lang/perl-5.22 since (A) it's not a real dependency
and (B) it inhibits mixed-~arch installs if the user overlays perl-core/threads
and perl-core/Socket to provide the necessary versions of those modules.
Package-Manager: portage-2.2.26
.../slic3r/{slic3r-1.2.9-r1.ebuild => slic3r-1.2.9-r2.ebuild} | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/media-gfx/slic3r/slic3r-1.2.9-r1.ebuild
b/media-gfx/slic3r/slic3r-1.2.9-r2.ebuild
similarity index 93%
rename from media-gfx/slic3r/slic3r-1.2.9-r1.ebuild
rename to media-gfx/slic3r/slic3r-1.2.9-r2.ebuild
index 244eb2e..f0ce2dd 100644
--- a/media-gfx/slic3r/slic3r-1.2.9-r1.ebuild
+++ b/media-gfx/slic3r/slic3r-1.2.9-r2.ebuild
@@ -15,13 +15,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+gui test"
-# Slic3r is a fragile application.
-# In order to produce reasonably good results we require
-# latest dependencies.
-RDEPEND=">=dev-lang/perl-5.22
+RDEPEND="!=dev-lang/perl-5.16*
>=dev-libs/boost-1.55[threads]
dev-perl/Class-XSAccessor
- >=dev-perl/Encode-Locale-0.50.0
+ >=dev-perl/Encode-Locale-1.50.0
dev-perl/IO-stringy
>=dev-perl/Math-PlanePath-53.0.0
>=dev-perl/Moo-1.3.1