diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-28 20:50:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-29 12:02:08 +0200 |
commit | a64830a1c12547db0e24df0572b2ac65494baa0e (patch) | |
tree | c5d5bb5054d4df0af9dd7d5998385c5cac9eb61d /net-mail/gnubiff | |
parent | net-analyzer/thc-ipv6: [QA] Fix openssl dep to :0= (diff) | |
download | gentoo-a64830a1c12547db0e24df0572b2ac65494baa0e.tar.gz gentoo-a64830a1c12547db0e24df0572b2ac65494baa0e.tar.bz2 gentoo-a64830a1c12547db0e24df0572b2ac65494baa0e.zip |
net-mail/gnubiff: [QA] Fix openssl dep to :0=
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail/gnubiff')
-rw-r--r-- | net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild | 4 | ||||
-rw-r--r-- | net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild (renamed from net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild b/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild index d37d1433a5c2..b22d67e1a6cb 100644 --- a/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild +++ b/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ RDEPEND=" >=x11-libs/gtk+-3:3 >=gnome-base/libglade-2.3 dev-libs/popt - password? ( dev-libs/openssl ) + password? ( dev-libs/openssl:0= ) fam? ( virtual/fam ) x11-libs/libX11 x11-libs/pango diff --git a/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild b/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild index f2f1da676d1f..2cbcdd2ea191 100644 --- a/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild +++ b/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ RDEPEND=" >=x11-libs/gtk+-3:3 >=gnome-base/libglade-2.3 dev-libs/popt - password? ( dev-libs/openssl:* ) + password? ( dev-libs/openssl:0= ) fam? ( virtual/fam ) x11-libs/libX11 x11-libs/pango |