diff options
author | 2014-06-24 01:44:07 +0000 | |
---|---|---|
committer | 2014-06-24 01:44:07 +0000 | |
commit | 91fa01cc4e942679885f68a9a00a625361010e0c (patch) | |
tree | 2c5544b0849f2c19437dd7770143c2e54e3cc005 /dev-vcs/git/git-9999-r2.ebuild | |
parent | Typo? (diff) | |
download | gentoo-2-91fa01cc4e942679885f68a9a00a625361010e0c.tar.gz gentoo-2-91fa01cc4e942679885f68a9a00a625361010e0c.tar.bz2 gentoo-2-91fa01cc4e942679885f68a9a00a625361010e0c.zip |
Non-maintainer commit: depend on libgnome-keyring, not gnome-keyring (bug #514640, thanks to Michał Górny).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-vcs/git/git-9999-r2.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index 78591f034e14..49f3bcee7143 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild,v 1.2 2014/05/28 23:44:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild,v 1.3 2014/06/24 01:44:07 tetromino Exp $ EAPI=5 @@ -55,7 +55,7 @@ CDEPEND=" webdav? ( dev-libs/expat ) ) emacs? ( virtual/emacs ) - gnome-keyring? ( gnome-base/gnome-keyring )" + gnome-keyring? ( gnome-base/libgnome-keyring )" RDEPEND="${CDEPEND} gpg? ( app-crypt/gnupg ) |