commit:     6efd2182c4dab52ba823180780d439cb47dacca1
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 17:27:58 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 17:32:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6efd2182

app-backup/rear: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-backup/rear/rear-2.4.ebuild | 7 +++----
 app-backup/rear/rear-2.6.ebuild | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-backup/rear/rear-2.4.ebuild b/app-backup/rear/rear-2.4.ebuild
index 498e7a6f47a..2ba393ff7e7 100644
--- a/app-backup/rear/rear-2.4.ebuild
+++ b/app-backup/rear/rear-2.4.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="6"
@@ -11,7 +11,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="libressl udev samba"
+IUSE="udev samba"
 
 RDEPEND="
        app-cdr/cdrtools
@@ -24,8 +24,7 @@ RDEPEND="
        sys-apps/util-linux
        sys-block/parted
        sys-boot/syslinux
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        samba? ( net-fs/cifs-utils )
        udev? ( virtual/udev )
 "

diff --git a/app-backup/rear/rear-2.6.ebuild b/app-backup/rear/rear-2.6.ebuild
index f01f863c512..aab95996cc8 100644
--- a/app-backup/rear/rear-2.6.ebuild
+++ b/app-backup/rear/rear-2.6.ebuild
@@ -56,5 +56,5 @@ pkg_postinst() {
        fi
 
        optfeature "saving backups on smb/cifs servers" net-fs/cifs-utils
-       optfeature "encrypting backups" dev-libs/openssl dev-libs/libressl
+       optfeature "encrypting backups" dev-libs/openssl
 }

Reply via email to