diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 19:35:16 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 19:35:16 -0400 |
commit | f2dd06665cf333e83a721644e3c5a97b949fa4b9 (patch) | |
tree | e65bf63e727ee3662095ad952e54f91e751431b3 | |
parent | b2407654cbd678ee1aea9fb94d973e530a0f2cf8 (diff) | |
download | gentoo-f2dd06665cf333e83a721644e3c5a97b949fa4b9.tar.gz gentoo-f2dd06665cf333e83a721644e3c5a97b949fa4b9.tar.xz |
app-backup/rear: add libressl support
Package-Manager: portage-2.2.26
-rw-r--r-- | app-backup/rear/rear-1.15-r1.ebuild | 6 | ||||
-rw-r--r-- | app-backup/rear/rear-1.17.0.ebuild | 6 | ||||
-rw-r--r-- | app-backup/rear/rear-1.17.1.ebuild | 6 |
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 04b888eb267..76cf7de5c5f 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 4212a9f2382..3669a16837d 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 4212a9f2382..3669a16837d 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 |