From: Julian Ospald Date: Sun, 23 Aug 2015 18:53:45 +0000 (+0200) Subject: dev-perl/Net-SSLeay: fix slot :0 on dev-libs/openssl X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f8c21c981f41cada1a68e191467eabc50ea4b587;p=gentoo.git 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 Github-PR: https://github.com/gentoo/gentoo/pull/36 Gentoo-Bug: 558502 --- 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 1c4d2cf0eeea..9040075e0fe6 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