diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 17:30:37 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 17:30:37 -0400 |
commit | c0a6ab71c4c10347f3fd12a88ba02966a3ceaaa6 (patch) | |
tree | ffb81a1e941f31dc23f501daa3e48bc682625cfb /app-admin | |
parent | app-admin/syslog-ng: fix libressl slot (diff) | |
download | gentoo-c0a6ab71c4c10347f3fd12a88ba02966a3ceaaa6.tar.gz gentoo-c0a6ab71c4c10347f3fd12a88ba02966a3ceaaa6.tar.bz2 gentoo-c0a6ab71c4c10347f3fd12a88ba02966a3ceaaa6.zip |
app-admin/conserver: fix openssl and libressl slots
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/conserver/conserver-8.1.18-r1.ebuild | 4 |
1 files 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 7e60c04ec17d..7cc4d1e973e8 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 ) |