From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEF34138359 for ; Mon, 31 Aug 2020 17:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03A90E093E; Mon, 31 Aug 2020 17:28:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC53EE093E for ; Mon, 31 Aug 2020 17:28:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64E2C340D32 for ; Mon, 31 Aug 2020 17:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D83712EE for ; Mon, 31 Aug 2020 17:28:24 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1598894889.637f3373b6860fa28c70261f07dee48a9e5ff845.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/seahorse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/seahorse/seahorse-3.36.2.ebuild X-VCS-Directories: app-crypt/seahorse/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 637f3373b6860fa28c70261f07dee48a9e5ff845 X-VCS-Branch: master Date: Mon, 31 Aug 2020 17:28:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aeba7ead-40cc-4b7b-a23c-37ebb2af9c41 X-Archives-Hash: 3ab4de15f8756ef46688a11decd4f4d9 commit: 637f3373b6860fa28c70261f07dee48a9e5ff845 Author: Mart Raudsepp gentoo org> AuthorDate: Mon Aug 31 17:28:09 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Aug 31 17:28:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637f3373 app-crypt/seahorse: add missing libhandy[vala] build dep Closes: https://bugs.gentoo.org/739686 Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> app-crypt/seahorse/seahorse-3.36.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/seahorse/seahorse-3.36.2.ebuild b/app-crypt/seahorse/seahorse-3.36.2.ebuild index 4e29b92176e..38e02be066e 100644 --- a/app-crypt/seahorse/seahorse-3.36.2.ebuild +++ b/app-crypt/seahorse/seahorse-3.36.2.ebuild @@ -40,6 +40,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig app-crypt/gcr[vala] app-crypt/libsecret[vala] + gui-libs/libhandy:0.0[vala] " src_prepare() {