diff options
author | Stefan Strogin <steils@gentoo.org> | 2019-05-13 15:23:39 +0300 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2019-05-13 15:52:07 +0300 |
commit | 72ff9f88ec0678864e313425153e674b3c6bdfee (patch) | |
tree | c173cdb0bb4af2adb2bdbca6aab14b394cd6bd40 /sys-fs | |
parent | sys-libs/glibc: amd64 stable wrt bug #685818 (diff) | |
download | gentoo-72ff9f88ec0678864e313425153e674b3c6bdfee.tar.gz gentoo-72ff9f88ec0678864e313425153e674b3c6bdfee.tar.bz2 gentoo-72ff9f88ec0678864e313425153e674b3c6bdfee.zip |
sys-fs/dmg2img: add USE=libressl
Closes: https://bugs.gentoo.org/684892
Closes: https://github.com/gentoo/gentoo/pull/11982
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild b/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild index bf3ba7ee1f50..93c306ff1a8e 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-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,11 +11,12 @@ SRC_URI="http://vu1tur.eu.org/tools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" +IUSE="libressl" -RDEPEND="dev-libs/openssl:0= - app-arch/bzip2 - sys-libs/zlib" +RDEPEND="app-arch/bzip2 + sys-libs/zlib + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" DEPEND="${RDEPEND}" PATCHES=( |