commit:     b57a62cfd826f69a4861470d973ee8c9f8883762
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 17:30:09 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 17:32:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57a62cf

app-backup/tarsnap: remove libressl support

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

 app-backup/tarsnap/tarsnap-1.0.37.ebuild | 7 +++----
 app-backup/tarsnap/tarsnap-1.0.39.ebuild | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/app-backup/tarsnap/tarsnap-1.0.37.ebuild 
b/app-backup/tarsnap/tarsnap-1.0.37.ebuild
index 537b94cdf76..129029b4b85 100644
--- a/app-backup/tarsnap/tarsnap-1.0.37.ebuild
+++ b/app-backup/tarsnap/tarsnap-1.0.37.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,11 +12,10 @@ 
SRC_URI="https://www.tarsnap.com/download/${PN}-autoconf-${PV}.tgz";
 LICENSE="tarsnap"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="acl bzip2 libressl lzma xattr"
+IUSE="acl bzip2 lzma xattr"
 
 RDEPEND="
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        sys-libs/e2fsprogs-libs
        sys-libs/zlib
        acl? ( sys-apps/acl )

diff --git a/app-backup/tarsnap/tarsnap-1.0.39.ebuild 
b/app-backup/tarsnap/tarsnap-1.0.39.ebuild
index 2d6ba5fde74..90b4f5c9a52 100644
--- a/app-backup/tarsnap/tarsnap-1.0.39.ebuild
+++ b/app-backup/tarsnap/tarsnap-1.0.39.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"
@@ -12,11 +12,10 @@ 
SRC_URI="https://www.tarsnap.com/download/${PN}-autoconf-${PV}.tgz";
 LICENSE="tarsnap"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="acl bzip2 libressl lzma xattr"
+IUSE="acl bzip2 lzma xattr"
 
 RDEPEND="
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        sys-libs/e2fsprogs-libs
        sys-libs/zlib
        acl? ( sys-apps/acl )

Reply via email to