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 9A2DB138335 for ; Thu, 14 Mar 2019 10:48:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C78D5E0AED; Thu, 14 Mar 2019 10:48:02 +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 9E61CE0AED for ; Thu, 14 Mar 2019 10:48:02 +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 201A2335CC0 for ; Thu, 14 Mar 2019 10:48:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 026BE555 for ; Thu, 14 Mar 2019 10:47:59 +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: <1552560351.08b1e5b4e6e9632d38452b82f7492042bb068e54.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.30.1.1.ebuild X-VCS-Directories: app-crypt/seahorse/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 08b1e5b4e6e9632d38452b82f7492042bb068e54 X-VCS-Branch: master Date: Thu, 14 Mar 2019 10:47:59 +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: 83fb97ae-b271-4d01-b5a4-5b977b05d410 X-Archives-Hash: 1f10b4fb15a57a940b6871e2ccb6781d commit: 08b1e5b4e6e9632d38452b82f7492042bb068e54 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Mar 14 10:45:51 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Mar 14 10:45:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b1e5b4 app-crypt/seahorse: build depend on libsecret[vala] Fixes: https://bugs.gentoo.org/680308 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-crypt/seahorse/seahorse-3.30.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/seahorse/seahorse-3.30.1.1.ebuild b/app-crypt/seahorse/seahorse-3.30.1.1.ebuild index 51bf764bca9..58940bf5718 100644 --- a/app-crypt/seahorse/seahorse-3.30.1.1.ebuild +++ b/app-crypt/seahorse/seahorse-3.30.1.1.ebuild @@ -34,6 +34,7 @@ DEPEND="${RDEPEND} >=sys-devel/gettext-0.19.8 virtual/pkgconfig app-crypt/gcr[vala] + app-crypt/libsecret[vala] " src_prepare() {