From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4536D59CB4 for ; Wed, 20 Apr 2016 09:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93C5421C087; Wed, 20 Apr 2016 09:14:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0048E21C087 for ; Wed, 20 Apr 2016 09:14:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EE3A340B9E for ; Wed, 20 Apr 2016 09:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 145F01897 for ; Wed, 20 Apr 2016 09:14:32 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1461143654.24229344e21d5a386b18b140ef0843c394a68f1a.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/slic3r/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/slic3r/slic3r-1.2.9-r1.ebuild media-gfx/slic3r/slic3r-1.2.9.ebuild X-VCS-Directories: media-gfx/slic3r/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 24229344e21d5a386b18b140ef0843c394a68f1a X-VCS-Branch: master Date: Wed, 20 Apr 2016 09:14:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2c503fe9-0126-4436-b501-a07f6396af8d X-Archives-Hash: 90e9352bb418937895494eae0c43928c commit: 24229344e21d5a386b18b140ef0843c394a68f1a Author: Marshall Brewer (Gentoo Key) sina cn> AuthorDate: Tue Apr 19 02:17:39 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Apr 20 09:14:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24229344 media-gfx/slic3r: revbump, adjust dependencies depend on >=perl-5.22 to force users to latest deps Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches Closes: https://github.com/gentoo/gentoo/pull/1300 Signed-off-by: Ian Delaney gentoo.org> media-gfx/slic3r/{slic3r-1.2.9.ebuild => slic3r-1.2.9-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-gfx/slic3r/slic3r-1.2.9.ebuild b/media-gfx/slic3r/slic3r-1.2.9-r1.ebuild similarity index 94% rename from media-gfx/slic3r/slic3r-1.2.9.ebuild rename to media-gfx/slic3r/slic3r-1.2.9-r1.ebuild index 85be0f2..244eb2e 100644 --- a/media-gfx/slic3r/slic3r-1.2.9.ebuild +++ b/media-gfx/slic3r/slic3r-1.2.9-r1.ebuild @@ -15,8 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+gui test" -# check Build.PL for dependencies -RDEPEND="!=dev-lang/perl-5.16* +# Slic3r is a fragile application. +# In order to produce reasonably good results we require +# latest dependencies. +RDEPEND=">=dev-lang/perl-5.22 >=dev-libs/boost-1.55[threads] dev-perl/Class-XSAccessor >=dev-perl/Encode-Locale-0.50.0