Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 688104

Summary: app-admin/lastpass-binary-component : use correct firefox arch
Product: Gentoo Linux Reporter: Denis Tokarev <denistok>
Component: Current packagesAssignee: Göktürk Yüksek <gokturk>
Status: RESOLVED FIXED    
Severity: normal CC: robbat2
Priority: Normal Keywords: PATCH, PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/14636
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: mozilla arch

Description Denis Tokarev 2019-06-15 12:20:24 UTC
Created attachment 579850 [details, diff]
mozilla arch

Currently the ebuild installs the manifest to /usr/lib/mozilla/native-messaging-hosts/
which is now wrong after the move to profile 17.1.

Attaching patch to correctly place the manifest.
Comment 1 Larry the Git Cow gentoo-dev 2020-02-12 17:38:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e536cb3322bc9fd988349e8f1dcf169b3160c85b

commit e536cb3322bc9fd988349e8f1dcf169b3160c85b
Author:     Lucian Poston <lucianposton@pm.me>
AuthorDate: 2020-02-12 10:51:41 +0000
Commit:     Göktürk Yüksek <gokturk@gentoo.org>
CommitDate: 2020-02-12 17:37:17 +0000

    app-admin/lastpass-binary-component: Install to both firefox dirs
    
    Firefox's directory for native messaging hosts is a compile-time
    variable. www-client/firefox-bin is set to a directory under /usr/lib/,
    while www-client/firefox varies. This -r1 bump will install to both
    locations so that both firefox and firefox-bin are able to locate the
    plugin.
    
    Closes: https://bugs.gentoo.org/688104
    Closes: https://github.com/gentoo/gentoo/pull/14636
    Bug: https://bugs.gentoo.org/687746
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Lucian Poston <lucianposton@pm.me>
    Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>

 .../lastpass-binary-component-4.19.0-r1.ebuild     | 116 +++++++++++++++++++++
 1 file changed, 116 insertions(+)