summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-04-30 20:30:09 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-04-30 20:32:26 +0300
commitb57a62cfd826f69a4861470d973ee8c9f8883762 (patch)
tree3d02140b157311d171ff27d8fb12e8dc139a2d18
parentapp-backup/rear: remove libressl support (diff)
downloadgentoo-b57a62cf.tar.gz
gentoo-b57a62cf.tar.bz2
gentoo-b57a62cf.zip
app-backup/tarsnap: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r--app-backup/tarsnap/tarsnap-1.0.37.ebuild7
-rw-r--r--app-backup/tarsnap/tarsnap-1.0.39.ebuild7
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 537b94cdf769..129029b4b85a 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 2d6ba5fde749..90b4f5c9a52a 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 )