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 7A3461382C5 for ; Sun, 2 May 2021 20:26:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6B23E0909; Sun, 2 May 2021 20:26:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AAD14E08DD for ; Sun, 2 May 2021 20:26:42 +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 CF356335D08 for ; Sun, 2 May 2021 20:26:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EE53735 for ; Sun, 2 May 2021 20:26:40 +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: <1619987197.2d9d8b5d2eb4f1c49425c2b463acdeb3157bcdf3.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/pshs/pshs-0.4.1.ebuild X-VCS-Directories: www-servers/pshs/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2d9d8b5d2eb4f1c49425c2b463acdeb3157bcdf3 X-VCS-Branch: master Date: Sun, 2 May 2021 20:26:40 +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: 93ffb21b-518f-4689-be43-c7ebe260393e X-Archives-Hash: aa2983e96c87ae7dfd6b84667d43f906 commit: 2d9d8b5d2eb4f1c49425c2b463acdeb3157bcdf3 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 20:22:25 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 20:26:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9d8b5d www-servers/pshs: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> www-servers/pshs/pshs-0.4.1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/www-servers/pshs/pshs-0.4.1.ebuild b/www-servers/pshs/pshs-0.4.1.ebuild index 1d7ddf7a595..55ef2adeb61 100644 --- a/www-servers/pshs/pshs-0.4.1.ebuild +++ b/www-servers/pshs/pshs-0.4.1.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 @@ -13,14 +13,13 @@ SRC_URI=" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -IUSE="libressl +magic qrcode ssl upnp" +IUSE="+magic qrcode ssl upnp" RDEPEND=">=dev-libs/libevent-2:0= magic? ( sys-apps/file:0= ) qrcode? ( media-gfx/qrencode:0= ) ssl? ( >=dev-libs/libevent-2.1:0=[ssl] - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) upnp? ( net-libs/miniupnpc:0= )" DEPEND="${RDEPEND}"