diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 20:27:58 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 20:32:25 +0300 |
commit | 6efd2182c4dab52ba823180780d439cb47dacca1 (patch) | |
tree | e7bbed71682d3fd88dab8d4ad3df99b5a3b87b80 /app-backup | |
parent | app-backup/burp: remove libressl support (diff) | |
download | gentoo-6efd2182c4dab52ba823180780d439cb47dacca1.tar.gz gentoo-6efd2182c4dab52ba823180780d439cb47dacca1.tar.bz2 gentoo-6efd2182c4dab52ba823180780d439cb47dacca1.zip |
app-backup/rear: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/rear/rear-2.4.ebuild | 7 | ||||
-rw-r--r-- | 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 498e7a6f47ab..2ba393ff7e79 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 f01f863c512f..aab95996cc8f 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 } |