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 405861382C5 for ; Sun, 2 May 2021 19:08:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 947DCE08C8; Sun, 2 May 2021 19:08:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7D03FE08C8 for ; Sun, 2 May 2021 19:08:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 69F8A335DC1 for ; Sun, 2 May 2021 19:07:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7B9E733 for ; Sun, 2 May 2021 19:07:57 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619982474.b4d7ddb34c91c597c850ce0bae2fdaf73d195e0c.zlogene@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.1-r1.ebuild X-VCS-Directories: app-i18n/yaskkserv/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b4d7ddb34c91c597c850ce0bae2fdaf73d195e0c X-VCS-Branch: master Date: Sun, 2 May 2021 19:07:57 +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: 2340a2fc-c975-48b9-91ef-2672a354a48f X-Archives-Hash: 96a2e044238c1bfa90794d3de4433a8e commit: b4d7ddb34c91c597c850ce0bae2fdaf73d195e0c Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 19:07:23 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 19:07:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d7ddb3 app-i18n/yaskkserv: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> app-i18n/yaskkserv/yaskkserv-1.1.1-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.1-r1.ebuild b/app-i18n/yaskkserv/yaskkserv-1.1.1-r1.ebuild index 0049ea15069..3c066aaf0e8 100644 --- a/app-i18n/yaskkserv/yaskkserv-1.1.1-r1.ebuild +++ b/app-i18n/yaskkserv/yaskkserv-1.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -12,13 +12,12 @@ SRC_URI="http://umiushi.org/~wac/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="gnutls libressl systemd" +IUSE="gnutls systemd" RDEPEND="app-i18n/skk-jisyo gnutls? ( net-libs/gnutls:= ) !gnutls? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) systemd? ( sys-apps/systemd )" DEPEND="${RDEPEND}