Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmg2img/
Date: Sun, 02 May 2021 17:47:14
Message-Id: 1619977529.441a526b9dd99cb95a38710cce5563fa4103a474.zlogene@gentoo
1 commit: 441a526b9dd99cb95a38710cce5563fa4103a474
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 17:45:29 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 17:45:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441a526b
7
8 sys-fs/dmg2img: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild b/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild
17 index 95ea794b274..c503f486c0f 100644
18 --- a/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild
19 +++ b/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,12 +11,11 @@ SRC_URI="http://vu1tur.eu.org/tools/${P}.tar.gz"
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
30 -IUSE="libressl"
31
32 RDEPEND="app-arch/bzip2
33 sys-libs/zlib
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:0= )"
36 + dev-libs/openssl:0=
37 + "
38 DEPEND="${RDEPEND}"
39
40 PATCHES=(