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 87347138334 for ; Sun, 4 Aug 2019 22:07:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D04DDE0907; Sun, 4 Aug 2019 22:07:27 +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 9712CE090A for ; Sun, 4 Aug 2019 22:07: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 63EAF349A5E for ; Sun, 4 Aug 2019 22:07:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CC7474B for ; Sun, 4 Aug 2019 22:07:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1564956419.7db5ef52ec5661821f8078188c61451d4283e61c.asturm@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-1.0.ebuild X-VCS-Directories: net-libs/telepathy-accounts-signon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7db5ef52ec5661821f8078188c61451d4283e61c X-VCS-Branch: master Date: Sun, 4 Aug 2019 22:07: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: 1ded3564-f8b5-4fc4-abcf-67d62e1f3ab1 X-Archives-Hash: 481deb99985a997e6b1e779b1df411e2 commit: 7db5ef52ec5661821f8078188c61451d4283e61c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 4 22:05:32 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 4 22:06:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db5ef52 net-libs/telepathy-accounts-signon: Pin net-libs/libsignon-glib to 1* Bug: https://bugs.gentoo.org/691466 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild b/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild index 3d665b5302e..c88d4e74b32 100644 --- a/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild +++ b/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild @@ -18,7 +18,7 @@ DEPEND=" dev-libs/glib:2 net-im/telepathy-mission-control net-libs/libaccounts-glib - net-libs/libsignon-glib + =net-libs/libsignon-glib-1* net-libs/telepathy-glib " RDEPEND="${DEPEND}"