commit:     5dca08a2c2bc7a3030d2bcada89b12a6478b57d3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 17:41:53 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> 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 <zlogene <AT> 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=
        )
 "
 

Reply via email to