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 9F10E1382C5 for ; Fri, 30 Apr 2021 19:09:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06E66E0849; Fri, 30 Apr 2021 19:09:26 +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 E0176E0849 for ; Fri, 30 Apr 2021 19:09:25 +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 088D9340CB1 for ; Fri, 30 Apr 2021 19:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BB9472E for ; Fri, 30 Apr 2021 19:09:23 +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: <1619809760.e7aee6d71320a3e2b25fef1f18256a6f92f699be.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kimtoy/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kimtoy/kimtoy-1.92_pre20190225.ebuild X-VCS-Directories: kde-misc/kimtoy/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e7aee6d71320a3e2b25fef1f18256a6f92f699be X-VCS-Branch: master Date: Fri, 30 Apr 2021 19:09:23 +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: 4580f786-263f-414b-974a-e6f6c8389e5a X-Archives-Hash: d5bb4a2b1884afd74f7fc7561cdfcf39 commit: e7aee6d71320a3e2b25fef1f18256a6f92f699be Author: Mikle Kolyada gentoo org> AuthorDate: Fri Apr 30 19:08:33 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Apr 30 19:09:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7aee6d7 kde-misc/kimtoy: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> kde-misc/kimtoy/kimtoy-1.92_pre20190225.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kde-misc/kimtoy/kimtoy-1.92_pre20190225.ebuild b/kde-misc/kimtoy/kimtoy-1.92_pre20190225.ebuild index 9c204ca7344..44721fcb2ac 100644 --- a/kde-misc/kimtoy/kimtoy-1.92_pre20190225.ebuild +++ b/kde-misc/kimtoy/kimtoy-1.92_pre20190225.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ fi LICENSE="GPL-2+" SLOT="5" -IUSE="libressl scim semantic-desktop" +IUSE="scim semantic-desktop" DEPEND=" app-i18n/ibus @@ -43,8 +43,7 @@ DEPEND=" >=kde-frameworks/plasma-${KFMIN}:5 media-libs/libpng:0=[apng] x11-libs/libX11 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= scim? ( >=app-i18n/scim-1.4.9 dev-libs/dbus-c++