Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/gnubiff/
Date: Wed, 29 May 2019 10:03:50
Message-Id: 1559124128.a64830a1c12547db0e24df0572b2ac65494baa0e.mgorny@gentoo
1 commit: a64830a1c12547db0e24df0572b2ac65494baa0e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 18:50:09 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 10:02:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a64830a1
7
8 net-mail/gnubiff: [QA] Fix openssl dep to :0=
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild | 4 ++--
13 .../gnubiff/{gnubiff-2.2.17-r1.ebuild => gnubiff-2.2.17-r2.ebuild} | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild b/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild
17 index d37d1433a5c..b22d67e1a6c 100644
18 --- a/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild
19 +++ b/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -17,7 +17,7 @@ RDEPEND="
27 >=x11-libs/gtk+-3:3
28 >=gnome-base/libglade-2.3
29 dev-libs/popt
30 - password? ( dev-libs/openssl )
31 + password? ( dev-libs/openssl:0= )
32 fam? ( virtual/fam )
33 x11-libs/libX11
34 x11-libs/pango
35
36 diff --git a/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild b/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild
37 similarity index 93%
38 rename from net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild
39 rename to net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild
40 index f2f1da676d1..2cbcdd2ea19 100644
41 --- a/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild
42 +++ b/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -17,7 +17,7 @@ RDEPEND="
50 >=x11-libs/gtk+-3:3
51 >=gnome-base/libglade-2.3
52 dev-libs/popt
53 - password? ( dev-libs/openssl:* )
54 + password? ( dev-libs/openssl:0= )
55 fam? ( virtual/fam )
56 x11-libs/libX11
57 x11-libs/pango