Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/
Date: Sat, 28 Oct 2017 07:06:07
Message-Id: 1509174252.fbddbd2254d70fdae68b6fe23027a7d9bfd9b623.amynka@gentoo
1 commit: fbddbd2254d70fdae68b6fe23027a7d9bfd9b623
2 Author: David Michael <david.michael <AT> coreos <DOT> com>
3 AuthorDate: Sat Mar 18 01:01:47 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 28 07:04:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbddbd22
7
8 app-crypt/pesign: Depend on nss and popt
9
10 Gentoo-Bug: https://bugs.gentoo.org/585310
11 Gentoo-Bug: https://bugs.gentoo.org/612950
12 Closes: https://bugs.gentoo.org/585310
13 Closes: https://bugs.gentoo.org/612950
14
15 Package-Manager: Portage-2.3.3, Repoman-2.3.1
16
17 app-crypt/pesign/pesign-0.108.ebuild | 4 +++-
18 app-crypt/pesign/pesign-0.112.ebuild | 2 ++
19 2 files changed, 5 insertions(+), 1 deletion(-)
20
21 diff --git a/app-crypt/pesign/pesign-0.108.ebuild b/app-crypt/pesign/pesign-0.108.ebuild
22 index 5c3ee729fc9..6413ee2491d 100644
23 --- a/app-crypt/pesign/pesign-0.108.ebuild
24 +++ b/app-crypt/pesign/pesign-0.108.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2016 Gentoo Foundation
27 +# Copyright 1999-2017 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=5
31 @@ -16,6 +16,8 @@ IUSE="libressl"
32
33 RDEPEND="
34 dev-libs/nspr
35 + dev-libs/nss
36 + dev-libs/popt
37 !libressl? ( dev-libs/openssl:0= )
38 libressl? ( dev-libs/libressl:0= )
39 sys-apps/util-linux
40
41 diff --git a/app-crypt/pesign/pesign-0.112.ebuild b/app-crypt/pesign/pesign-0.112.ebuild
42 index 01a0925a2bd..a5d5bac847a 100644
43 --- a/app-crypt/pesign/pesign-0.112.ebuild
44 +++ b/app-crypt/pesign/pesign-0.112.ebuild
45 @@ -16,6 +16,8 @@ IUSE="libressl"
46
47 RDEPEND="
48 dev-libs/nspr
49 + dev-libs/nss
50 + dev-libs/popt
51 !libressl? ( dev-libs/openssl:0= )
52 libressl? ( dev-libs/libressl:0= )
53 sys-apps/util-linux