diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-08-23 20:53:45 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-08-23 20:53:45 +0200 |
commit | f8c21c981f41cada1a68e191467eabc50ea4b587 (patch) | |
tree | 1e0e825904da52aa2994b4666a9413a402d7871b /dev-perl | |
parent | dev-perl/YAML-Tiny: Version bump. (diff) | |
download | gentoo-f8c21c981f41cada1a68e191467eabc50ea4b587.tar.gz gentoo-f8c21c981f41cada1a68e191467eabc50ea4b587.tar.bz2 gentoo-f8c21c981f41cada1a68e191467eabc50ea4b587.zip |
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 <monsieurp@gentoo.org>
Github-PR: https://github.com/gentoo/gentoo/pull/36
Gentoo-Bug: 558502
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Net-SSLeay/Net-SSLeay-1.650.0-r1.ebuild (renamed from dev-perl/Net-SSLeay/Net-SSLeay-1.650.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 |