diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-10-08 21:42:11 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-10-08 21:42:11 +0000 |
commit | a11eb1034f47ecd06caf634bff0c3c69a6f9e154 (patch) | |
tree | 170441713cafdab6c66449f6d9937f12dea1b085 /app-admin/lastpass | |
parent | CONFIG_PAX_USERCOPY_SLABS is incompatible with the ZFS kernel module as of Gr... (diff) | |
download | gentoo-2-a11eb1034f47ecd06caf634bff0c3c69a6f9e154.tar.gz gentoo-2-a11eb1034f47ecd06caf634bff0c3c69a6f9e154.tar.bz2 gentoo-2-a11eb1034f47ecd06caf634bff0c3c69a6f9e154.zip |
Whitespace.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-admin/lastpass')
-rw-r--r-- | app-admin/lastpass/lastpass-3.1.61.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-admin/lastpass/lastpass-3.1.61.ebuild b/app-admin/lastpass/lastpass-3.1.61.ebuild index a0a13bd7c7cc..983469250ac7 100644 --- a/app-admin/lastpass/lastpass-3.1.61.ebuild +++ b/app-admin/lastpass/lastpass-3.1.61.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/app-admin/lastpass/lastpass-3.1.61.ebuild,v 1.1 2014/10/08 17:25:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/lastpass/lastpass-3.1.61.ebuild,v 1.2 2014/10/08 21:42:11 floppym Exp $ EAPI=5 inherit eutils @@ -21,10 +21,10 @@ RESTRICT="strip mirror" # We can't mirror it, but we can fetch it DEPEND="" RDEPEND=" - chrome? ( || ( + chrome? ( || ( www-client/google-chrome www-client/google-chrome-beta - www-client/google-chrome-unstable + www-client/google-chrome-unstable ) ) chromium? ( >=www-client/chromium-32.0.1700.102 ) firefox? ( www-client/firefox )" @@ -34,7 +34,7 @@ LASTPASS_EXEDIR=/opt/lastpass/ QA_PREBUILT=" ${LASTPASS_EXEDIR}/nplastpass* -/usr/lib*/firefox/browser/extensions/support@lastpass.com/platform/Linux_x86_64-gcc3/components/lpxpcom_x86_64.so +/usr/lib*/firefox/browser/extensions/support@lastpass.com/platform/Linux_x86_64-gcc3/components/lpxpcom_x86_64.so /usr/lib*/firefox/browser/extensions/support@lastpass.com/platform/Linux_x86-gcc3/components/lpxpcom.so " @@ -104,4 +104,3 @@ src_install() { pkg_postinst() { einfo "Visit https://lastpass.com/dl/inline/?full=1 to finish installing for Chrome/Chromium/Firefox" } - |