summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-02 20:45:29 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-02 20:45:29 +0300
commit441a526b9dd99cb95a38710cce5563fa4103a474 (patch)
tree0f88638aba9dc06f052ed40cf05ae17cb4d8d341 /sys-fs
parentsys-fs/cryfs: remove libressl support (diff)
downloadgentoo-441a526b9dd99cb95a38710cce5563fa4103a474.tar.gz
gentoo-441a526b9dd99cb95a38710cce5563fa4103a474.tar.bz2
gentoo-441a526b9dd99cb95a38710cce5563fa4103a474.zip
sys-fs/dmg2img: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild b/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild
index 95ea794b2742..c503f486c0fc 100644
--- a/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild
+++ b/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,12 +11,11 @@ SRC_URI="http://vu1tur.eu.org/tools/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="libressl"
RDEPEND="app-arch/bzip2
sys-libs/zlib
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )"
+ dev-libs/openssl:0=
+ "
DEPEND="${RDEPEND}"
PATCHES=(