Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/seahorse/
Date: Mon, 31 Aug 2020 17:28:28
Message-Id: 1598894889.637f3373b6860fa28c70261f07dee48a9e5ff845.leio@gentoo
1 commit: 637f3373b6860fa28c70261f07dee48a9e5ff845
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 17:28:09 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 17:28:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637f3373
7
8 app-crypt/seahorse: add missing libhandy[vala] build dep
9
10 Closes: https://bugs.gentoo.org/739686
11 Package-Manager: Portage-2.3.103, Repoman-2.3.20
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 app-crypt/seahorse/seahorse-3.36.2.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/app-crypt/seahorse/seahorse-3.36.2.ebuild b/app-crypt/seahorse/seahorse-3.36.2.ebuild
18 index 4e29b92176e..38e02be066e 100644
19 --- a/app-crypt/seahorse/seahorse-3.36.2.ebuild
20 +++ b/app-crypt/seahorse/seahorse-3.36.2.ebuild
21 @@ -40,6 +40,7 @@ DEPEND="${RDEPEND}
22 virtual/pkgconfig
23 app-crypt/gcr[vala]
24 app-crypt/libsecret[vala]
25 + gui-libs/libhandy:0.0[vala]
26 "
27
28 src_prepare() {