Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
Date: Thu, 18 Oct 2018 12:39:51
Message-Id: 1539865481.28332a269120275c50a8bce81dc34caf220144b0.cynede@gentoo
1 commit: 28332a269120275c50a8bce81dc34caf220144b0
2 Author: Martin Holzhauer <martin <AT> holzhauer <DOT> eu>
3 AuthorDate: Thu Oct 18 12:24:41 2018 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 12:24:41 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=28332a26
7
8 added x11-ssh-askpass as dependency
9
10 you can not connect to an external engine with a password protected key without x11-ssh-askpass
11
12 net-irc/smuxi/smuxi-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
16 index 5d18bba..00b0307 100644
17 --- a/net-irc/smuxi/smuxi-9999.ebuild
18 +++ b/net-irc/smuxi/smuxi-9999.ebuild
19 @@ -31,6 +31,7 @@ CDEPEND=">=dev-lang/mono-4.0.2.5
20 DEPEND="${CDEPEND}
21 >=dev-util/intltool-0.25
22 >=sys-devel/gettext-0.17
23 + >=net-misc/x11-ssh-askpass-1.2.4.1-r1
24 virtual/pkgconfig
25 "
26 RDEPEND="${CDEPEND}"