Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/rear/
Date: Fri, 30 Apr 2021 17:32:33
Message-Id: 1619803945.6efd2182c4dab52ba823180780d439cb47dacca1.zlogene@gentoo
1 commit: 6efd2182c4dab52ba823180780d439cb47dacca1
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 17:27:58 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 17:32:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6efd2182
7
8 app-backup/rear: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-backup/rear/rear-2.4.ebuild | 7 +++----
14 app-backup/rear/rear-2.6.ebuild | 2 +-
15 2 files changed, 4 insertions(+), 5 deletions(-)
16
17 diff --git a/app-backup/rear/rear-2.4.ebuild b/app-backup/rear/rear-2.4.ebuild
18 index 498e7a6f47a..2ba393ff7e7 100644
19 --- a/app-backup/rear/rear-2.4.ebuild
20 +++ b/app-backup/rear/rear-2.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -11,7 +11,7 @@ LICENSE="GPL-3+"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30
31 -IUSE="libressl udev samba"
32 +IUSE="udev samba"
33
34 RDEPEND="
35 app-cdr/cdrtools
36 @@ -24,8 +24,7 @@ RDEPEND="
37 sys-apps/util-linux
38 sys-block/parted
39 sys-boot/syslinux
40 - !libressl? ( dev-libs/openssl:0= )
41 - libressl? ( dev-libs/libressl:0= )
42 + dev-libs/openssl:0=
43 samba? ( net-fs/cifs-utils )
44 udev? ( virtual/udev )
45 "
46
47 diff --git a/app-backup/rear/rear-2.6.ebuild b/app-backup/rear/rear-2.6.ebuild
48 index f01f863c512..aab95996cc8 100644
49 --- a/app-backup/rear/rear-2.6.ebuild
50 +++ b/app-backup/rear/rear-2.6.ebuild
51 @@ -56,5 +56,5 @@ pkg_postinst() {
52 fi
53
54 optfeature "saving backups on smb/cifs servers" net-fs/cifs-utils
55 - optfeature "encrypting backups" dev-libs/openssl dev-libs/libressl
56 + optfeature "encrypting backups" dev-libs/openssl
57 }