tetromino    15/06/26 23:04:21

  Modified:             ChangeLog gnome-keyring-3.16.0-r1.ebuild
  Log:
  pinentry is pure runtime dep (bug #547456, thanks to Brian Evans).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.276                gnome-base/gnome-keyring/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.276&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.276&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?r1=1.275&r2=1.276

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- ChangeLog   20 Jun 2015 10:45:41 -0000      1.275
+++ ChangeLog   26 Jun 2015 23:04:21 -0000      1.276
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-base/gnome-keyring
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.275 
2015/06/20 10:45:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.276 
2015/06/26 23:04:21 tetromino Exp $
+
+  26 Jun 2015; Alexandre Rostovtsev <tetrom...@gentoo.org>
+  gnome-keyring-3.16.0-r1.ebuild:
+  pinentry is pure runtime dep (bug #547456, thanks to Brian Evans).
 
   20 Jun 2015; Pacho Ramos <pa...@gentoo.org> gnome-keyring-3.16.0-r1.ebuild:
   Update DEPEND then



1.4                  gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild?r1=1.3&r2=1.4

Index: gnome-keyring-3.16.0-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-keyring-3.16.0-r1.ebuild      20 Jun 2015 10:45:41 -0000      1.3
+++ gnome-keyring-3.16.0-r1.ebuild      26 Jun 2015 23:04:21 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild,v
 1.3 2015/06/20 10:45:41 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild,v
 1.4 2015/06/26 23:04:21 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes" # Not gnome macro but similar
@@ -18,7 +18,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
 
 # Replace gkd gpg-agent with pinentry[gnome-keyring] one, bug #547456
-RDEPEND="
+COMMON_DEPEND="
        >=app-crypt/gcr-3.5.3:=[gtk]
        >=dev-libs/glib-2.38:2
        app-misc/ca-certificates
@@ -27,10 +27,12 @@
        caps? ( sys-libs/libcap-ng )
        pam? ( virtual/pam )
 
-       app-crypt/pinentry[gnome-keyring]
        >=app-crypt/gnupg-2.0.28
 "
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEPEND}
+       app-crypt/pinentry[gnome-keyring]
+"
+DEPEND="${COMMON_DEPEND}
        >=app-eselect/eselect-pinentry-0.5
        app-text/docbook-xml-dtd:4.3
        dev-libs/libxslt




Reply via email to