Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/hashgen/
Date: Mon, 07 Jan 2019 17:00:32
Message-Id: 1546880411.68501a0e7ea4903db6c18b1603c2a2a5be421857.polynomial-c@gentoo
1 commit: 68501a0e7ea4903db6c18b1603c2a2a5be421857
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 16:34:38 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 17:00:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68501a0e
7
8 app-portage/hashgen: Adjusted (sub-)slot dep on dev-libs/openssl
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-portage/hashgen/hashgen-1.0.ebuild | 4 ++--
14 app-portage/hashgen/hashgen-1.1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-portage/hashgen/hashgen-1.0.ebuild b/app-portage/hashgen/hashgen-1.0.ebuild
18 index 26a83a7bc51..48a5df12081 100644
19 --- a/app-portage/hashgen/hashgen-1.0.ebuild
20 +++ b/app-portage/hashgen/hashgen-1.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -20,7 +20,7 @@ DEPEND="
28 || ( >=sys-devel/gcc-4.2:*[openmp] sys-devel/clang-runtime:*[openmp] )
29 )
30 app-crypt/libb2
31 - dev-libs/openssl:*
32 + dev-libs/openssl:0=
33 sys-libs/zlib
34 app-crypt/gpgme
35 "
36
37 diff --git a/app-portage/hashgen/hashgen-1.1.ebuild b/app-portage/hashgen/hashgen-1.1.ebuild
38 index eacb1653fc3..e52b35617a6 100644
39 --- a/app-portage/hashgen/hashgen-1.1.ebuild
40 +++ b/app-portage/hashgen/hashgen-1.1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -20,7 +20,7 @@ DEPEND="
48 || ( >=sys-devel/gcc-4.2:*[openmp] sys-devel/clang-runtime:*[openmp] )
49 )
50 app-crypt/libb2
51 - dev-libs/openssl:*
52 + dev-libs/openssl:0=
53 sys-libs/zlib
54 app-crypt/gpgme
55 "