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 9468013835A for ; Sun, 2 May 2021 17:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9EDCE08A2; Sun, 2 May 2021 17:47:13 +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 95A79E08A2 for ; Sun, 2 May 2021 17:47:13 +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 4058E340C15 for ; Sun, 2 May 2021 17:47:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E88A71B for ; Sun, 2 May 2021 17:47:10 +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: <1619977313.5dca08a2c2bc7a3030d2bcada89b12a6478b57d3.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/android-file-transfer-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/android-file-transfer-linux/android-file-transfer-linux-4.1.ebuild sys-fs/android-file-transfer-linux/android-file-transfer-linux-4.2.ebuild sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild X-VCS-Directories: sys-fs/android-file-transfer-linux/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 5dca08a2c2bc7a3030d2bcada89b12a6478b57d3 X-VCS-Branch: master Date: Sun, 2 May 2021 17:47:10 +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: 79080603-2006-40aa-b984-fe90fd5b5a07 X-Archives-Hash: 2bc1d020a425dbe5a3ec860b820bb525 commit: 5dca08a2c2bc7a3030d2bcada89b12a6478b57d3 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 17:41:53 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 17:41:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dca08a2 sys-fs/android-file-transfer-linux: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> .../android-file-transfer-linux-4.1.ebuild | 5 ++--- .../android-file-transfer-linux-4.2.ebuild | 5 ++--- .../android-file-transfer-linux-9999.ebuild | 7 +++---- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-4.1.ebuild b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-4.1.ebuild index 4326122d5f5..0b38a78cc13 100644 --- a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-4.1.ebuild +++ b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-4.1.ebuild @@ -21,7 +21,7 @@ fi LICENSE="LGPL-2.1" SLOT="0" -IUSE="fuse libressl python qt5 taglib zune" +IUSE="fuse python qt5 taglib zune" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -43,8 +43,7 @@ RDEPEND=" ) taglib? ( media-libs/taglib ) zune? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) " diff --git a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-4.2.ebuild b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-4.2.ebuild index fd8c8242027..344d6b2e654 100644 --- a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-4.2.ebuild +++ b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-4.2.ebuild @@ -21,7 +21,7 @@ fi LICENSE="LGPL-2.1" SLOT="0" -IUSE="fuse libressl python qt5 taglib zune" +IUSE="fuse python qt5 taglib zune" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -43,8 +43,7 @@ RDEPEND=" ) taglib? ( media-libs/taglib ) zune? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) " diff --git a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild index 6eabed23445..344d6b2e654 100644 --- a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild +++ b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.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 @@ -21,7 +21,7 @@ fi LICENSE="LGPL-2.1" SLOT="0" -IUSE="fuse libressl python qt5 taglib zune" +IUSE="fuse python qt5 taglib zune" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -43,8 +43,7 @@ RDEPEND=" ) taglib? ( media-libs/taglib ) zune? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) "