From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 758EB138334 for ; Sat, 27 Apr 2019 20:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AA37E0837; Sat, 27 Apr 2019 20:28:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 213EFE0837 for ; Sat, 27 Apr 2019 20:28:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1A07342A61 for ; Sat, 27 Apr 2019 20:28:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A53E5CB for ; Sat, 27 Apr 2019 20:28:54 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1556396867.e1139f4733381bbe2663a7ebdc509f01ed514595.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild X-VCS-Directories: app-i18n/yaskkserv/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e1139f4733381bbe2663a7ebdc509f01ed514595 X-VCS-Branch: master Date: Sat, 27 Apr 2019 20:28:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bea65112-580d-4c9d-9abe-f2236fa0093f X-Archives-Hash: 296cdb572a57a1d0585dbb49824e6df7 commit: e1139f4733381bbe2663a7ebdc509f01ed514595 Author: David Seifert gentoo org> AuthorDate: Sat Apr 27 16:35:03 2019 +0000 Commit: David Seifert gentoo 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 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}