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 ADF9A13835B for ; Wed, 26 May 2021 06:49:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBE3CE07DB; Wed, 26 May 2021 06:49:31 +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 7ED36E07DB for ; Wed, 26 May 2021 06:49:31 +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 D6A44340E13 for ; Wed, 26 May 2021 06:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91C677A2 for ; Wed, 26 May 2021 06:49:27 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1622011685.8a02a58e697c083ef7db592394388f8ef419a2d0.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-gnome-keyring/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-gnome-keyring/pidgin-gnome-keyring-2.0-r1.ebuild X-VCS-Directories: x11-plugins/pidgin-gnome-keyring/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8a02a58e697c083ef7db592394388f8ef419a2d0 X-VCS-Branch: master Date: Wed, 26 May 2021 06:49:27 +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: edbc2ebf-d833-43c9-bbf2-33d2dd9936c7 X-Archives-Hash: 46f821dcb9029babbadd24ba6bf4f6e0 commit: 8a02a58e697c083ef7db592394388f8ef419a2d0 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed May 26 06:48:05 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed May 26 06:48:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a02a58e x11-plugins/pidgin-gnome-keyring: amd64 stable wrt bug #791937 Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> x11-plugins/pidgin-gnome-keyring/pidgin-gnome-keyring-2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-plugins/pidgin-gnome-keyring/pidgin-gnome-keyring-2.0-r1.ebuild b/x11-plugins/pidgin-gnome-keyring/pidgin-gnome-keyring-2.0-r1.ebuild index 806ccd321cb..84ee2561488 100644 --- a/x11-plugins/pidgin-gnome-keyring/pidgin-gnome-keyring-2.0-r1.ebuild +++ b/x11-plugins/pidgin-gnome-keyring/pidgin-gnome-keyring-2.0-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/aebrahim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" RDEPEND="app-crypt/libsecret net-im/pidgin"