Skip to content

Commit

Permalink
dev-perl/Net-SSLeay: fix slot :0 on dev-libs/openssl
Browse files Browse the repository at this point in the history
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 <[email protected]>
Github-PR: gentoo#36
Gentoo-Bug: 558502
  • Loading branch information
Julian Ospald committed Aug 23, 2015
1 parent 387bdaf commit f8c21c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8c21c9

Please sign in to comment.