summaryrefslogtreecommitdiff
path: root/app-backup/rear/rear-2.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/rear/rear-2.4.ebuild')
-rw-r--r--app-backup/rear/rear-2.4.ebuild7
1 files changed, 3 insertions, 4 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 )
"