Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 464546 Details for
Bug 610376
dev-vcs/git-2.11.1 add libsecret USE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Unified diff replacing libgnome-keyring with libsecret
git-2.11.1-r1.diff (text/plain), 1.24 KB, created by
Andreas Fink
on 2017-02-21 16:08:24 UTC
(
hide
)
Description:
Unified diff replacing libgnome-keyring with libsecret
Filename:
MIME Type:
Creator:
Andreas Fink
Created:
2017-02-21 16:08:24 UTC
Size:
1.24 KB
patch
obsolete
>--- /usr/portage/dev-vcs/git/git-2.11.1.ebuild 2017-02-03 00:14:10.000000000 +0100 >+++ git-2.11.1-r1.ebuild 2017-02-21 16:52:45.343048556 +0100 >@@ -58,7 +58,7 @@ > webdav? ( dev-libs/expat ) > ) > emacs? ( virtual/emacs ) >- gnome-keyring? ( gnome-base/libgnome-keyring )" >+ gnome-keyring? ( app-crypt/libsecret )" > > RDEPEND="${CDEPEND} > gpg? ( app-crypt/gnupg ) >@@ -364,8 +364,8 @@ > fi > > if use gnome-keyring ; then >- cd "${S}"/contrib/credential/gnome-keyring >- git_emake || die "emake git-credential-gnome-keyring failed" >+ cd "${S}"/contrib/credential/libsecret >+ git_emake || die "emake git-credential-libsecret failed" > fi > > cd "${S}"/contrib/subtree >@@ -464,8 +464,8 @@ > dodoc contrib/contacts/git-contacts.txt > > if use gnome-keyring ; then >- cd "${S}"/contrib/credential/gnome-keyring >- dobin git-credential-gnome-keyring >+ cd "${S}"/contrib/credential/libsecret >+ dobin git-credential-libsecret > fi > > if use subversion ; then >@@ -483,7 +483,7 @@ > dodir /usr/share/${PN}/contrib > # The following are excluded: > # completion - installed above >- # credential/gnome-keyring TODO >+ # credential/libsecret TODO > # diff-highlight - done above > # emacs - installed above > # examples - these are stuff that is not used in Git anymore actually
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 610376
:
464538
|
464542
| 464546