summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-03-21 19:35:16 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-03-21 19:35:16 -0400
commitf2dd06665cf333e83a721644e3c5a97b949fa4b9 (patch)
treee65bf63e727ee3662095ad952e54f91e751431b3 /app-backup/rear
parentapp-backup/attic: fix openssl and libressl slots (diff)
downloadgentoo-f2dd06665cf333e83a721644e3c5a97b949fa4b9.tar.gz
gentoo-f2dd06665cf333e83a721644e3c5a97b949fa4b9.tar.bz2
gentoo-f2dd06665cf333e83a721644e3c5a97b949fa4b9.zip
app-backup/rear: add libressl support
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-backup/rear')
-rw-r--r--app-backup/rear/rear-1.15-r1.ebuild6
-rw-r--r--app-backup/rear/rear-1.17.0.ebuild6
-rw-r--r--app-backup/rear/rear-1.17.1.ebuild6
3 files changed, 12 insertions, 6 deletions
diff --git a/app-backup/rear/rear-1.15-r1.ebuild b/app-backup/rear/rear-1.15-r1.ebuild
index 04b888eb2679..76cf7de5c5f8 100644
--- a/app-backup/rear/rear-1.15-r1.ebuild
+++ b/app-backup/rear/rear-1.15-r1.ebuild
@@ -14,9 +14,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="udev"
+IUSE="libressl udev"
-RDEPEND="dev-libs/openssl
+RDEPEND="
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
net-dialup/mingetty
net-fs/nfs-utils
sys-apps/iproute2
diff --git a/app-backup/rear/rear-1.17.0.ebuild b/app-backup/rear/rear-1.17.0.ebuild
index 4212a9f2382e..3669a16837d4 100644
--- a/app-backup/rear/rear-1.17.0.ebuild
+++ b/app-backup/rear/rear-1.17.0.ebuild
@@ -15,9 +15,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="udev"
+IUSE="libressl udev"
-RDEPEND="dev-libs/openssl
+RDEPEND="
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
net-dialup/mingetty
net-fs/nfs-utils
sys-apps/gawk
diff --git a/app-backup/rear/rear-1.17.1.ebuild b/app-backup/rear/rear-1.17.1.ebuild
index 4212a9f2382e..3669a16837d4 100644
--- a/app-backup/rear/rear-1.17.1.ebuild
+++ b/app-backup/rear/rear-1.17.1.ebuild
@@ -15,9 +15,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="udev"
+IUSE="libressl udev"
-RDEPEND="dev-libs/openssl
+RDEPEND="
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
net-dialup/mingetty
net-fs/nfs-utils
sys-apps/gawk