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 E1DA5138334 for ; Mon, 2 Sep 2019 13:24:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D4A5E0884; Mon, 2 Sep 2019 13:24:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 571F6E0884 for ; Mon, 2 Sep 2019 13:24:35 +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 4FB4534AA5A for ; Mon, 2 Sep 2019 13:24:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 325BF7CC for ; Mon, 2 Sep 2019 13:24:31 +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: <1567430657.e5dcdc1cd90b1957e768a9c6c97af9fa38a40bfe.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-accounts-signon/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.0.ebuild X-VCS-Directories: net-libs/telepathy-accounts-signon/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: e5dcdc1cd90b1957e768a9c6c97af9fa38a40bfe X-VCS-Branch: master Date: Mon, 2 Sep 2019 13:24:31 +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: 086ca179-b2c7-4e3f-9f85-2d8a061e2411 X-Archives-Hash: 24b0b1e340dc7014bdb4fd9ffba68f96 commit: e5dcdc1cd90b1957e768a9c6c97af9fa38a40bfe Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Sep 2 13:24:17 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Sep 2 13:24:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5dcdc1c net-libs/telepathy-accounts-signon: amd64 stable wrt bug #693210 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.0.ebuild b/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.0.ebuild index eb3f9d6f26c..bb6dcafe179 100644 --- a/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.0.ebuild +++ b/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/2.0/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 arm64 x86" +KEYWORDS="amd64 arm64 x86" IUSE="" BDEPEND=">=dev-util/meson-0.49.2"