commit: 72ff9f88ec0678864e313425153e674b3c6bdfee Author: Stefan Strogin <steils <AT> gentoo <DOT> org> AuthorDate: Mon May 13 12:23:39 2019 +0000 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org> CommitDate: Mon May 13 12:52:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ff9f88
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 <AT> gentoo.org> sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild | 11 ++++++----- 1 file 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 bf3ba7ee1f5..93c306ff1a8 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=(
