From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RH6Ib-0000wb-K1 for garchives@archives.gentoo.org; Fri, 21 Oct 2011 04:01:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51EBD21C06B; Fri, 21 Oct 2011 04:01:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 24E2D21C06B for ; Fri, 21 Oct 2011 04:01:27 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 704401B4016 for ; Fri, 21 Oct 2011 04:01:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9892B80042 for ; Fri, 21 Oct 2011 04:01:26 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-keyring/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-keyring/gnome-keyring-3.2.1.ebuild gnome-base/gnome-keyring/gnome-keyring-9999.ebuild X-VCS-Directories: gnome-base/gnome-keyring/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: ccc621f8191c20b3fd4f47ac648a95b43cbd2880 Date: Fri, 21 Oct 2011 04:01:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e00121969361204e92e0d55d025f4d57 commit: ccc621f8191c20b3fd4f47ac648a95b43cbd2880 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Fri Oct 21 03:57:19 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Fri Oct 21 03:57:19 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dccc621f8 gnome-base/gnome-keyring: pull in new libgnome-keyring Make sure to pull in >=3Dlibgnome-keyring-3.1.92 due to changes in gnome-keyring's dbus protocol. Older versions of libgnome-keyring are incompatible. Thanks to fra79Wii for reporting a failure with an earlier version of libgnome-keyring on IRC. --- .../gnome-keyring/gnome-keyring-3.2.1.ebuild | 2 +- gnome-base/gnome-keyring/gnome-keyring-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-base/gnome-keyring/gnome-keyring-3.2.1.ebuild b/gnome-= base/gnome-keyring/gnome-keyring-3.2.1.ebuild index 9be61bb..6bcb769 100644 --- a/gnome-base/gnome-keyring/gnome-keyring-3.2.1.ebuild +++ b/gnome-base/gnome-keyring/gnome-keyring-3.2.1.ebuild @@ -41,7 +41,7 @@ DEPEND=3D"${RDEPEND} >=3Ddev-util/intltool-0.35 >=3Ddev-util/pkgconfig-0.9 doc? ( >=3Ddev-util/gtk-doc-1.9 )" -PDEPEND=3D"gnome-base/libgnome-keyring" +PDEPEND=3D">=3Dgnome-base/libgnome-keyring-3.1.92" # eautoreconf needs: # >=3Ddev-util/gtk-doc-am-1.9 =20 diff --git a/gnome-base/gnome-keyring/gnome-keyring-9999.ebuild b/gnome-b= ase/gnome-keyring/gnome-keyring-9999.ebuild index 9be61bb..6bcb769 100644 --- a/gnome-base/gnome-keyring/gnome-keyring-9999.ebuild +++ b/gnome-base/gnome-keyring/gnome-keyring-9999.ebuild @@ -41,7 +41,7 @@ DEPEND=3D"${RDEPEND} >=3Ddev-util/intltool-0.35 >=3Ddev-util/pkgconfig-0.9 doc? ( >=3Ddev-util/gtk-doc-1.9 )" -PDEPEND=3D"gnome-base/libgnome-keyring" +PDEPEND=3D">=3Dgnome-base/libgnome-keyring-3.1.92" # eautoreconf needs: # >=3Ddev-util/gtk-doc-am-1.9 =20