commit:     e1139f4733381bbe2663a7ebdc509f01ed514595
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 16:35:03 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 20:27:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1139f47

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 <AT> gentoo.org>

 app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
index 255ca5d5e63..2724f1e528e 100644
--- a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
+++ b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
@@ -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}

Reply via email to