commit: c0a6ab71c4c10347f3fd12a88ba02966a3ceaaa6
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 21:30:37 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 21:30:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a6ab71
app-admin/conserver: fix openssl and libressl slots
Package-Manager: portage-2.2.26
app-admin/conserver/conserver-8.1.18-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/conserver/conserver-8.1.18-r1.ebuild
b/app-admin/conserver/conserver-8.1.18-r1.ebuild
index 7e60c04..7cc4d1e 100644
--- a/app-admin/conserver/conserver-8.1.18-r1.ebuild
+++ b/app-admin/conserver/conserver-8.1.18-r1.ebuild
@@ -16,8 +16,8 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="kerberos libressl pam ssl tcpd debug"
DEPEND="ssl? (
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
)
pam? ( virtual/pam )
tcpd? ( sys-apps/tcp-wrappers )