app-i18n/yaskkserv: [QA] Fix USE=libressl semantics

Closes: https://bugs.gentoo.org/683988
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2019-04-27 18:35:03 +02:00
parent ffc9ba4599
commit e1139f4733

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -13,13 +13,12 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="gnutls libressl systemd"
REQUIRED_USE="?? ( gnutls libressl )"
RDEPEND="app-i18n/skk-jisyo
gnutls? ( net-libs/gnutls )
gnutls? ( net-libs/gnutls:= )
!gnutls? (
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
systemd? ( virtual/udev[systemd] )"
DEPEND="${RDEPEND}