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 14047139891 for ; Sun, 23 Aug 2015 18:54:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9142DE0801; Sun, 23 Aug 2015 18:54:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31BDAE0801 for ; Sun, 23 Aug 2015 18:54:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33A0433BF11 for ; Sun, 23 Aug 2015 18:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76E43167 for ; Sun, 23 Aug 2015 18:54:28 +0000 (UTC) From: "Julian Ospald" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julian Ospald" Message-ID: <1440356025.f8c21c981f41cada1a68e191467eabc50ea4b587.hasufell@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSLeay/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-SSLeay/Net-SSLeay-1.650.0-r1.ebuild dev-perl/Net-SSLeay/Net-SSLeay-1.650.0.ebuild X-VCS-Directories: dev-perl/Net-SSLeay/ X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald X-VCS-Revision: f8c21c981f41cada1a68e191467eabc50ea4b587 X-VCS-Branch: master Date: Sun, 23 Aug 2015 18:54:28 +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: dda4f0d8-c7b4-40cd-9cdf-0aa312d282b1 X-Archives-Hash: b038dde86b0a090a0b562d03b763599d commit: f8c21c981f41cada1a68e191467eabc50ea4b587 Author: Julian Ospald gentoo org> AuthorDate: Sun Aug 23 18:53:45 2015 +0000 Commit: Julian Ospald gentoo org> CommitDate: Sun Aug 23 18:53:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c21c98 dev-perl/Net-SSLeay: fix slot :0 on dev-libs/openssl Slot 0.9.8 is only for binary compatibility (does not even provide headers) and SSLeay will not compile with only that SLOT installed. Acked-by: Patrice Clement gentoo.org> Github-PR: https://github.com/gentoo/gentoo/pull/36 Gentoo-Bug: 558502 .../{Net-SSLeay-1.650.0.ebuild => Net-SSLeay-1.650.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.650.0.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.650.0-r1.ebuild similarity index 97% rename from dev-perl/Net-SSLeay/Net-SSLeay-1.650.0.ebuild rename to dev-perl/Net-SSLeay/Net-SSLeay-1.650.0-r1.ebuild index 1c4d2cf..9040075 100644 --- a/dev-perl/Net-SSLeay/Net-SSLeay-1.650.0.ebuild +++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.650.0-r1.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -RDEPEND="dev-libs/openssl" +RDEPEND="dev-libs/openssl:0" DEPEND="${RDEPEND}" # test? ( dev-perl/Test-Exception # dev-perl/Test-Warn